Do not automatically fix eslint issues

This commit is contained in:
Tom Hu
2021-06-11 10:05:06 -04:00
parent 7e6a9d42b7
commit 26c5f5e6b3

View File

@@ -3,8 +3,7 @@
set -e set -e
npm install npm install
npm run lint --fix npm run lint
npm run build npm run build
git add src/
git add dist/ git add dist/
git add package-lock.json git add package-lock.json