Skip to content

Commit 4f5d494

Browse files
committed
restoring missing features of build command
1 parent 366faed commit 4f5d494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"precommit": "lint-staged",
1111
"format": "prettier --write \"**/*.{js,md}\"",
1212
"format:check": "prettier --list-different \"**/*.{js,md}\"",
13-
"build": "rollup -c",
13+
"build": "run-s clean && rollup -c && es-check es5 dist/redux-actions.min.js",
1414
"clean": "rimraf coverage dist es lib",
1515
"lint": "xo",
1616
"prepublishOnly": "run-s build",

0 commit comments

Comments
 (0)