Skip to content

Commit b3aaab3

Browse files
committed
Merge branch 'develop' into main
2 parents b70e436 + 08fdd0c commit b3aaab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"watch": "rollup -c rollup.config.test.js -w",
1414
"build": "BABEL_ENV=build rollup -c",
1515
"build:publish": "BABEL_ENV=publish rollup -c",
16-
"pre-commit:lint": "eslint -c .eslintrc.json",
16+
"eslint:check": "eslint -c .eslintrc.json",
1717
"prettier:check": "prettier --config .prettierrc.json --check",
1818
"prettier:write": "prettier --write",
1919
"git:update-origin": "git add . && git commit -m '[npm publish] update metadata & cdn tags' && git push && git push --tags",

0 commit comments

Comments
 (0)