fix prepublish script

This commit is contained in:
Gus Caplan
2017-10-29 18:40:56 -05:00
parent 23a0b97fbb
commit f63861a334

View File

@@ -11,7 +11,7 @@
"lint": "eslint src *.js",
"lint:fix": "eslint --fix src",
"build:browser": "webpack",
"prepublishOnly": "npm run test && npm run build:browser"
"prepublishOnly": "npm run test && NODE_ENV=production npm run build:browser"
},
"repository": {
"type": "git",