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 b90ef52 commit 6b63649Copy full SHA for 6b63649
package.json
@@ -28,7 +28,7 @@
28
"lint": "nx run-many -t lint",
29
"lint-fix": "nx run-many -t lint-fix",
30
"serve": "http-server site",
31
- "site": "npm-run-all site:clean -p copy:* -s serve",
+ "site": "npm-run-all site:clean -p 'copy:*' -s serve",
32
"site:clean": "git clean -xdfq site/",
33
"test": "nx run-many -t test",
34
"verify": "npm-run-all -s compile dist -p test lint format-check"
0 commit comments