Skip to content

Commit

Permalink
Debugging…
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Dec 19, 2024
1 parent 1a25c21 commit 92ee23e
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 @@ -10,7 +10,7 @@
"prebuild": "rimraf dist",
"build": "tsc",
"postbuild": "cpy --parents src test '!**/*.ts' dist",
"test": "echo \"Node.js version: $(node -v)\\n\" && pnpm build && jest --detectOpenHandles --verbose test/test.js",
"test": "echo \"Node.js version: $(node -v)\\n\" && pnpm build && echo starting tests && jest --detectOpenHandles --verbose test/test.js",
"test-codecov": "nyc pnpm test",
"report-codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"lint:staged": "lint-staged",
Expand Down

0 comments on commit 92ee23e

Please sign in to comment.