Skip to content

Commit

Permalink
chore: fix lint:fix command (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterAlfredLee committed May 14, 2021
1 parent e92a66b commit f390512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lint": "yarn run lint:script && yarn run lint:html",
"lint:script": "prettier -c --parser typescript \"{src,__tests__,e2e,playground}/**/*.[jt]s?(x)\"",
"lint:html": "prettier -c --parser html \"{playground,e2e}/**/*.html\"",
"lint:fix": "yarn run lint:html --write && yarn run lint:html --write",
"lint:fix": "yarn run lint:script --write && yarn run lint:html --write",
"test:types": "tsc --build tsconfig.json",
"test:dts": "tsc -p ./test-dts/tsconfig.json",
"test:unit": "jest --coverage",
Expand Down

0 comments on commit f390512

Please sign in to comment.