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 8e77dd5 commit ba4e3b2Copy full SHA for ba4e3b2
package.json
@@ -8,7 +8,8 @@
8
"dev": "webpack --progress --colors --watch --env dev",
9
"test": "jest",
10
"lint": "eslint src/",
11
- "format": "prettier-eslint --print-width 120 --write \"src/**/*.js\""
+ "format": "prettier-eslint --print-width 120 --write \"src/**/*.js\"",
12
+ "prepare": "yarn build"
13
},
14
"devDependencies": {
15
"babel-cli": "6.24.1",
0 commit comments