File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
"build:es" : " cross-env NODE_ENV=es rollup -c -o es/ng-redux.js" ,
20
20
"build:umd" : " cross-env NODE_ENV=development rollup -c -o dist/ng-redux.js" ,
21
21
"build:umd:min" : " cross-env NODE_ENV=production rollup -c -o dist/ng-redux.min.js" ,
22
- "build" : " $npm_execpath run build:commonjs && $npm_execpath run build:es && $npm_execpath run build:umd && $npm_execpath run build:umd:min" ,
22
+ "build" : " npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min" ,
23
23
"test" : " NODE_ENV=test mocha --compilers js:babel-register --recursive" ,
24
- "prepublish" : " $npm_execpath run clean && $npm_execpath test && $npm_execpath run build"
24
+ "prepublish" : " npm run clean && npm test && npm run build"
25
25
},
26
26
"repository" : {
27
27
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments