Skip to content

Commit 0f0808f

Browse files
committed
build: Add npm run pack to build binary package
Result expected in build/stage/ Relate-to: TryGhost#1028 Change-Id: If0fd4574924149a59d510914cb872eab259bc6d5 Signed-off-by: Philippe Coval <[email protected]>
1 parent c191e61 commit 0f0808f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
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)