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 @@
"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": [
......
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