We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982e95e commit 1857181Copy full SHA for 1857181
package.json
@@ -19,9 +19,9 @@
19
"build:es": "cross-env NODE_ENV=es rollup -c -o es/ng-redux.js",
20
"build:umd": "cross-env NODE_ENV=development rollup -c -o dist/ng-redux.js",
21
"build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/ng-redux.min.js",
22
- "build": "yarn run build:commonjs && yarn run build:es && yarn run build:umd && yarn run build:umd:min",
+ "build": "$npm_execpath run build:commonjs && $npm_execpath run build:es && $npm_execpath run build:umd && $npm_execpath run build:umd:min",
23
"test": "NODE_ENV=test mocha --compilers js:babel-register --recursive",
24
- "prepublish": "yarn run clean && yarn test && yarn run build"
+ "prepublish": "$npm_execpath run clean && $npm_execpath test && $npm_execpath run build"
25
},
26
"repository": {
27
"type": "git",
0 commit comments