We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366faed commit 4f5d494Copy full SHA for 4f5d494
package.json
@@ -10,7 +10,7 @@
10
"precommit": "lint-staged",
11
"format": "prettier --write \"**/*.{js,md}\"",
12
"format:check": "prettier --list-different \"**/*.{js,md}\"",
13
- "build": "rollup -c",
+ "build": "run-s clean && rollup -c && es-check es5 dist/redux-actions.min.js",
14
"clean": "rimraf coverage dist es lib",
15
"lint": "xo",
16
"prepublishOnly": "run-s build",
0 commit comments