Skip to content

Commit 6b63649

Browse files
authored
chore: fix 'site' NPM script run-all syntax (#6622)
1 parent b90ef52 commit 6b63649

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
@@ -28,7 +28,7 @@
2828
"lint": "nx run-many -t lint",
2929
"lint-fix": "nx run-many -t lint-fix",
3030
"serve": "http-server site",
31-
"site": "npm-run-all site:clean -p copy:* -s serve",
31+
"site": "npm-run-all site:clean -p 'copy:*' -s serve",
3232
"site:clean": "git clean -xdfq site/",
3333
"test": "nx run-many -t test",
3434
"verify": "npm-run-all -s compile dist -p test lint format-check"

0 commit comments

Comments
 (0)