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.
2 parents b70e436 + 08fdd0c commit b3aaab3Copy full SHA for b3aaab3
package.json
@@ -13,7 +13,7 @@
13
"watch": "rollup -c rollup.config.test.js -w",
14
"build": "BABEL_ENV=build rollup -c",
15
"build:publish": "BABEL_ENV=publish rollup -c",
16
- "pre-commit:lint": "eslint -c .eslintrc.json",
+ "eslint:check": "eslint -c .eslintrc.json",
17
"prettier:check": "prettier --config .prettierrc.json --check",
18
"prettier:write": "prettier --write",
19
"git:update-origin": "git add . && git commit -m '[npm publish] update metadata & cdn tags' && git push && git push --tags",
0 commit comments