Skip to content

Commit

Permalink
fix test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mnyrop committed Jul 19, 2024
1 parent 1cb2423 commit 1660761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "npm-run-all -p dev:*",
"build": "run-s build:*",
"test": "npm-run-all -p test:*",
"test": "run-s test:*",
"dev:11ty": "eleventy --serve",
"dev:css": "tailwindcss -i site/css/styles.css -o dist/css/styles.css --watch --postcss",
"build:11ty": "env NODE_ENV=production eleventy",
Expand Down

0 comments on commit 1660761

Please sign in to comment.