Merge pull request #1076 from TizenTeam/sandbox/rzr/review/master
build: Add npm run pack to build binary package
Showing
| ... | @@ -50,7 +50,8 @@ | ... | @@ -50,7 +50,8 @@ |
| "scripts": { | "scripts": { | ||
| "install": "node-pre-gyp install --fallback-to-build", | "install": "node-pre-gyp install --fallback-to-build", | ||
| "pretest": "node test/support/createdb.js", | "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", | "license": "BSD-3-Clause", | ||
| "keywords": [ | "keywords": [ | ||
| ... | ... |
Please
register
or
sign in
to comment