Skip to content

Commit

Permalink
tests fix
Browse files Browse the repository at this point in the history
Took 5 minutes
  • Loading branch information
erikyo committed Apr 8, 2024
1 parent 6189297 commit 1fb6df9
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 @@ -29,7 +29,7 @@
"postbuild": "npx esbuild src/index.ts --outfile=lib/cjs/index.js --bundle --platform=node --minify",
"watch": "tsc --watch --sourceMap",
"squashify": "node . --in tests/images/ --out tests/output --verbose",
"test": "vitest --coverage --watch"
"test": "vitest --coverage"
},
"files": [
"lib",
Expand Down

0 comments on commit 1fb6df9

Please sign in to comment.