Skip to content

Commit f98f9f4

Browse files
committed
still trying to get bundlesize to run without errors
1 parent ddae1ee commit f98f9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint src",
1010
"test": "cross-env BABEL_ENV=cjs babel-node test/index.js | tap-spec",
1111
"check": "npm run lint && npm run test",
12-
"check:bundlesize": "cross-env BABEL_ENV=es bundlesize",
12+
"check:bundlesize": "cross-env BABEL_ENV=es ./node_modules/.bin/bundlesize",
1313
"clean": "rimraf dist es lib",
1414
"build:umd:dev": "cross-env BABEL_ENV=es NODE_ENV=development rollup -c -i src/index.js -o dist/redux-saga.js",
1515
"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

Comments
 (0)