We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d6343 commit c80bc51Copy full SHA for c80bc51
src/js/package.json
@@ -4,7 +4,7 @@
4
"publish": "npm --workspaces publish",
5
"test": "npm --workspaces test",
6
"build": "npm --workspaces run build",
7
- "format": "npm run prettier -- --write && npm run eslint -- --fix",
+ "fix:format": "npm run prettier -- --write && npm run eslint -- --fix",
8
"check:format": "npm run prettier -- --check && npm run eslint",
9
"check:tests": "npm --workspaces run check:tests",
10
"check:types": "npm --workspaces run check:types",
0 commit comments