Skip to content

Commit 8256e48

Browse files
authored
Merge pull request TryGhost#1076 from TizenTeam/sandbox/rzr/review/master
build: Add npm run pack to build binary package
2 parents fc1cd9e + 0f0808f commit 8256e48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"scripts": {
5151
"install": "node-pre-gyp install --fallback-to-build",
5252
"pretest": "node test/support/createdb.js",
53-
"test": "mocha -R spec --timeout 480000"
53+
"test": "mocha -R spec --timeout 480000",
54+
"pack": "node-pre-gyp package"
5455
},
5556
"license": "BSD-3-Clause",
5657
"keywords": [

0 commit comments

Comments
 (0)