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 1cb2423 commit 1660761Copy full SHA for 1660761
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"start": "npm-run-all -p dev:*",
8
"build": "run-s build:*",
9
- "test": "npm-run-all -p test:*",
+ "test": "run-s test:*",
10
"dev:11ty": "eleventy --serve",
11
"dev:css": "tailwindcss -i site/css/styles.css -o dist/css/styles.css --watch --postcss",
12
"build:11ty": "env NODE_ENV=production eleventy",
0 commit comments