We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c077697 commit 9455f63Copy full SHA for 9455f63
1 file changed
package.json
@@ -36,7 +36,7 @@
36
"upload": "make upload",
37
"lint": "eslint --fix src/lib src/bin test",
38
"validate-lint": "eslint src/lib src/bin test",
39
- "prepack": "npm install && npm run build && chmod +x bin/* && make package-fun-nas-server",
+ "prepack": "export NODE_ENV=development && npm install && npm run build && make package-fun-nas-server",
40
"build": "make build",
41
"postbuild": "make postbuild"
42
},
0 commit comments