Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Oct 1, 2024
1 parent d12255d commit 8b54d2a
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 @@ -8,7 +8,7 @@
"node": ">=18"
},
"scripts": {
"test": "c8 mocha --timeout 5000",
"test": "pnpm bundle-templates && c8 mocha --timeout 5000",
"typecheck": "pnpm run build && tsc -p test --noEmit",
"bundle-templates": "node lib/templates/bundle.js",
"build": "pnpm run bundle-templates && tsc -p lib",
Expand Down

0 comments on commit 8b54d2a

Please sign in to comment.