Skip to content

Commit 5dacf74

Browse files
committed
chore(build): reverted back to npm
1 parent 1857181 commit 5dacf74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"build:es": "cross-env NODE_ENV=es rollup -c -o es/ng-redux.js",
2020
"build:umd": "cross-env NODE_ENV=development rollup -c -o dist/ng-redux.js",
2121
"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",
2323
"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"
2525
},
2626
"repository": {
2727
"type": "git",

0 commit comments

Comments
 (0)