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 add4b0a commit 31576cdCopy full SHA for 31576cd
package.json
@@ -12,12 +12,11 @@
12
"generator/"
13
],
14
"scripts": {
15
- "pre-commit": "yarn lint && yarn test && yarn build",
16
"test": "jest --no-colors",
17
"lint": "eslint .",
18
"watch": "babel lib -w --ignore **/*.test.js,integration -d build",
19
"build": "babel lib --ignore **/*.test.js,integration -d build",
20
- "prepublish": "yarn build",
+ "prepublish": "yarn lint && yarn test && yarn build",
21
"format": "prettier --single-quote --trailing-comma all --write \"!(build)/**/*.js\""
22
},
23
"dependencies": {
0 commit comments