Skip to content

Commit 1660761

Browse files
committed
fix test runner
1 parent 1cb2423 commit 1660761

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
@@ -6,7 +6,7 @@
66
"scripts": {
77
"start": "npm-run-all -p dev:*",
88
"build": "run-s build:*",
9-
"test": "npm-run-all -p test:*",
9+
"test": "run-s test:*",
1010
"dev:11ty": "eleventy --serve",
1111
"dev:css": "tailwindcss -i site/css/styles.css -o dist/css/styles.css --watch --postcss",
1212
"build:11ty": "env NODE_ENV=production eleventy",

0 commit comments

Comments
 (0)