Skip to content

Commit 1857181

Browse files
committed
chore(build): now using $npm_execpath
1 parent 982e95e commit 1857181

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": "yarn run build:commonjs && yarn run build:es && yarn run build:umd && yarn run build:umd:min",
22+
"build": "$npm_execpath run build:commonjs && $npm_execpath run build:es && $npm_execpath run build:umd && $npm_execpath run build:umd:min",
2323
"test": "NODE_ENV=test mocha --compilers js:babel-register --recursive",
24-
"prepublish": "yarn run clean && yarn test && yarn run build"
24+
"prepublish": "$npm_execpath run clean && $npm_execpath test && $npm_execpath run build"
2525
},
2626
"repository": {
2727
"type": "git",

0 commit comments

Comments
 (0)