We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddae1ee commit f98f9f4Copy full SHA for f98f9f4
package.json
@@ -9,7 +9,7 @@
9
"lint": "eslint src",
10
"test": "cross-env BABEL_ENV=cjs babel-node test/index.js | tap-spec",
11
"check": "npm run lint && npm run test",
12
- "check:bundlesize": "cross-env BABEL_ENV=es bundlesize",
+ "check:bundlesize": "cross-env BABEL_ENV=es ./node_modules/.bin/bundlesize",
13
"clean": "rimraf dist es lib",
14
"build:umd:dev": "cross-env BABEL_ENV=es NODE_ENV=development rollup -c -i src/index.js -o dist/redux-saga.js",
15
"build:umd:prod": "cross-env BABEL_ENV=es NODE_ENV=production rollup -c -i src/index.js -o dist/redux-saga.min.js",
0 commit comments