Skip to content

Commit d239b97

Browse files
committed
Add clean script
1 parent f300ce2 commit d239b97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"license": "MIT",
1111
"scripts": {
1212
"build": "node ./scripts/build.js",
13+
"clean": "git clean -fdX .",
1314
"build-cjs": "babel ./modules -d . --ignore '__tests__'",
1415
"build-umd": "webpack modules/index.js umd/react-broadcast.js",
1516
"build-min": "webpack -p modules/index.js umd/react-broadcast.min.js",

0 commit comments

Comments
 (0)