We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f66b50 commit 704dc8dCopy full SHA for 704dc8d
1 file changed
package.json
@@ -60,11 +60,11 @@
60
"build:entrypoints": "npm run build:ts",
61
"postbuild:entrypoints": "tsup",
62
"build:ts": "tsc --project tsconfig.build.json",
63
- "prebuild:ts": "del 'index.*' lib",
+ "prebuild:ts": "del 'index.*' 'eslint.*' lib",
64
"postbuild:ts": "tsc-alias --project tsconfig.build.json",
65
"typecheck": "tsc",
66
"test": "c8 ava",
67
- "pretest": "tsx src/index.ts",
+ "pretest": "concurrently --raw --group 'tsx ./index.js' 'tsx ./eslint.js'",
68
"test:update": "ava --update-snapshots",
69
"test:watch": "ava --watch",
70
"test:debug": "ava debug --break",
0 commit comments