Skip to content

Commit

Permalink
Fix glob pattern in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
adamward459 authored Feb 23, 2024
1 parent 2632223 commit 29f36ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const typescriptTemplate = {
dir: 'app-ts',
main: 'app.ts',
scripts: {
test: 'npm run build:ts && tsc -p test/tsconfig.json && c8 node --test -r ts-node/register test/**/*.ts',
test: 'npm run build:ts && tsc -p test/tsconfig.json && c8 node --test -r ts-node/register \"test/**/*.ts\"',
start: 'npm run build:ts && fastify start -l info dist/app.js',
'build:ts': 'tsc',
'watch:ts': 'tsc -w',
Expand Down

0 comments on commit 29f36ad

Please sign in to comment.