add lint:fix script

This commit is contained in:
Hans Pagel 2020-11-18 11:08:49 +01:00
parent 86631cee2f
commit 5513795191

View File

@ -18,6 +18,7 @@
"clean:packages": "rm -rf ./packages/*/dist",
"release": "yarn lint && yarn test && yarn build:packages && lerna publish",
"lint": "eslint --quiet --no-error-on-unmatched-pattern ./",
"lint:fix": "eslint --fix --quiet --no-error-on-unmatched-pattern ./",
"test:open": "cypress open --project tests",
"test": "cypress run --project tests",
"reset": "yarn clean:packages && rm -rf ./**/.cache && rm -rf ./**/node_modules && rm -rf ./yarn.lock && yarn install"