We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19797a0 commit 8464cb5Copy full SHA for 8464cb5
package.json
@@ -55,7 +55,6 @@
55
],
56
"scripts": {
57
"build": "npm run build:entrypoints",
58
- "prebuild": "concurrently --raw --group 'tsx src/index.ts' 'tsx src/eslint.ts'",
59
"postbuild": "concurrently --raw --group 'node ./index.js' 'node ./eslint.js'",
60
"build:entrypoints": "npm run build:ts",
61
"postbuild:entrypoints": "tsup",
@@ -64,7 +63,7 @@
64
63
"postbuild:ts": "tsc-alias --project tsconfig.build.json",
65
"typecheck": "tsc",
66
"test": "c8 ava",
67
- "pretest": "concurrently --raw --group 'tsx ./index.js' 'tsx ./eslint.js'",
+ "pretest": "concurrently --raw --group 'tsx src/index.ts' 'tsx src/eslint.ts'",
68
"test:update": "ava --update-snapshots",
69
"test:watch": "ava --watch",
70
"test:debug": "ava debug --break",
0 commit comments