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 bb51990 commit 7912c7cCopy full SHA for 7912c7c
package.json
@@ -7,6 +7,7 @@
7
"check-coverage": "istanbul check-coverage --statements 80 --branches 80 --functions 80 --lines 80 ",
8
"commit": "git-cz",
9
"build": "babel src --out-dir dist",
10
+ "build:watch": "babel --watch src --out-dir dist",
11
"prepublish": "npm run build",
12
"report-coverage": "cat ./coverage/lcov.info | codecov",
13
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
0 commit comments