Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Dec 19, 2024
1 parent 80bde29 commit 16891bb
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 @@
"repository": "vercel/fun",
"scripts": {
"build": "rm -rf dist && tsc && cpy --parents src test '!**/*.ts' dist",
"test": "echo \"Node.js version: $(node -v)\\n\" && pnpm build && echo starting tests && jest --detectOpenHandles --forceExit --runInBand --verbose",
"test": "echo \"Node.js version: $(node -v)\\n\" && pnpm build && echo starting tests && jest --detectOpenHandles --forceExit --runInBand --verbose dist/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 16891bb

Please sign in to comment.