File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 9
9
"test" : " npm run test-unit && eslint src && npm run prerender -- /dev/null && rm -rf lib" ,
10
10
"test-unit" : " mocha --compilers js:babel-register test" ,
11
11
"prerender" : " babel src --out-dir lib && node lib/render.js" ,
12
- "build" : " NODE_ENV=production browserify src/index.js | uglifyjs -c -m > bundle.js && npm run prerender -- index.html" ,
12
+ "build" : " cross-env NODE_ENV=production browserify src/index.js | uglifyjs -c -m > bundle.js && npm run prerender -- index.html" ,
13
13
"release" : " standard-version && git push --follow-tags origin master; npm publish"
14
14
},
15
15
"browserify" : {
59
59
"devDependencies" : {
60
60
"babel-register" : " ^6.3.13" ,
61
61
"budo" : " ^11.0.0" ,
62
+ "cross-env" : " ^5.1.6" ,
62
63
"cz-conventional-changelog" : " 2.1.0" ,
63
64
"expect" : " ^23.0.1" ,
64
65
"mocha" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments