Skip to content

Commit

Permalink
build: Add npm run pack to build binary package
Browse files Browse the repository at this point in the history
Result expected in build/stage/

Change-Id: If0fd4574924149a59d510914cb872eab259bc6d5
Signed-off-by: Philippe Coval <p.coval@samsung.com>
  • Loading branch information
rzr committed Aug 9, 2018
1 parent d325af5 commit d6f0944
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",
"pak": "node-pre-gyp package"
},
"license": "BSD-3-Clause",
"keywords": [
Expand Down

0 comments on commit d6f0944

Please sign in to comment.