8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77f488 commit 9b16548Copy full SHA for 9b16548
package.json
@@ -21,7 +21,7 @@
21
"serve": "npm-run-all --parallel serve:*",
22
"serve:parcel": "parcel watch ./src/index.ts",
23
"serve:storybook": "start-storybook -p 6006",
24
- "format": "run-s format:*",
+ "format": "npm-run-all format:*",
25
"format:eslint": "yarn lint --fix",
26
"format:prettier": "prettier --write \"src/**.{js,ts}\"",
27
"lint": "eslint \"src/**.{js,ts}\""
0 commit comments