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 c03cca0 commit af3f6f3Copy full SHA for af3f6f3
package.json
@@ -14,7 +14,7 @@
14
"prebuild": "npm run clean && npm run lint && mkdir dist",
15
"build-umd": "BABEL_ENV=umd babel src/index.js -o dist/index.umd.js",
16
"build-esm": "BABEL_ENV=esm babel src/index.js -o dist/index.esm.js",
17
- "build": "npm run build-umd && npm run build-esm",
+ "build": "npm run build-umd && npm run build-esm && cp src/index.js.flow dist/index.umd.js.flow && cp src/index.js.flow dist/index.esm.js.flow",
18
"pretest": "npm run build",
19
"test": "karma start test/karma.config.js",
20
"prepublishOnly": "npm run build"
0 commit comments