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 f300ce2 commit d239b97Copy full SHA for d239b97
package.json
@@ -10,6 +10,7 @@
10
"license": "MIT",
11
"scripts": {
12
"build": "node ./scripts/build.js",
13
+ "clean": "git clean -fdX .",
14
"build-cjs": "babel ./modules -d . --ignore '__tests__'",
15
"build-umd": "webpack modules/index.js umd/react-broadcast.js",
16
"build-min": "webpack -p modules/index.js umd/react-broadcast.min.js",
0 commit comments