Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Apr 9, 2024
1 parent 0f207d4 commit dc8ad14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/knip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lint": "biome lint .",
"format": "biome format --write .",
"test": "bun test test/**/*.test.ts",
"test:node": "glob -c \"tsx --test --import ./transform-test.js\" \"test/**/*.test.ts\"",
"test:node": "glob -c \"node --test --import ./transform-test.js --import tsx/esm\" \"test/**/*.test.ts\"",
"watch": "npm link && tsc --watch",
"prebuild": "node rmdir.js dist",
"build": "tsc",
Expand Down

0 comments on commit dc8ad14

Please sign in to comment.