Use release build for Node.js

This commit is contained in:
Wilson Lin 2019-12-31 19:23:06 +11:00
parent a4e7eb963e
commit 8e70199c15
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"neon-cli": "^0.3.3"
},
"scripts": {
"install": "neon build",
"install": "neon build --release",
"prepack": "cp ../README.md .",
"postpack": "rm README.md"
},