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 330af54 commit 8fd3c3aCopy full SHA for 8fd3c3a
package.json
@@ -6,6 +6,7 @@
6
"scripts": {
7
"start": "webpack-dev-server -w",
8
"test": "echo \"Error: no test specified\" && exit 1",
9
+ "prepare": "npm run build",
10
"build": "npm run build:main && npm run build:module",
11
"build:main": "BABEL_ENV=main babel src -s -d lib",
12
"build:module": "BABEL_ENV=module babel src -s -d module"
0 commit comments