Skip to content

Commit

Permalink
Merge pull request #1076 from TizenTeam/sandbox/rzr/review/master
Browse files Browse the repository at this point in the history
build: Add npm run pack to build binary package
  • Loading branch information
kewde authored Nov 17, 2018
2 parents fc1cd9e + 0f0808f commit 8256e48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"pretest": "node test/support/createdb.js",
"test": "mocha -R spec --timeout 480000"
"test": "mocha -R spec --timeout 480000",
"pack": "node-pre-gyp package"
},
"license": "BSD-3-Clause",
"keywords": [
Expand Down

0 comments on commit 8256e48

Please sign in to comment.