Unverified Commit 8256e48b by Kewde Committed by GitHub

Merge pull request #1076 from TizenTeam/sandbox/rzr/review/master

build: Add npm run pack to build binary package
parents fc1cd9e8 0f0808fb
...@@ -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": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment