Skip to content

Commit 9b16548

Browse files
committed
build(scripts): fixes format script to do npm-run-all
1 parent d77f488 commit 9b16548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"serve": "npm-run-all --parallel serve:*",
2222
"serve:parcel": "parcel watch ./src/index.ts",
2323
"serve:storybook": "start-storybook -p 6006",
24-
"format": "run-s format:*",
24+
"format": "npm-run-all format:*",
2525
"format:eslint": "yarn lint --fix",
2626
"format:prettier": "prettier --write \"src/**.{js,ts}\"",
2727
"lint": "eslint \"src/**.{js,ts}\""

0 commit comments

Comments
 (0)