Skip to content

Commit 704dc8d

Browse files
committed
Update build for other entrypoints
1 parent 7f66b50 commit 704dc8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
"build:entrypoints": "npm run build:ts",
6161
"postbuild:entrypoints": "tsup",
6262
"build:ts": "tsc --project tsconfig.build.json",
63-
"prebuild:ts": "del 'index.*' lib",
63+
"prebuild:ts": "del 'index.*' 'eslint.*' lib",
6464
"postbuild:ts": "tsc-alias --project tsconfig.build.json",
6565
"typecheck": "tsc",
6666
"test": "c8 ava",
67-
"pretest": "tsx src/index.ts",
67+
"pretest": "concurrently --raw --group 'tsx ./index.js' 'tsx ./eslint.js'",
6868
"test:update": "ava --update-snapshots",
6969
"test:watch": "ava --watch",
7070
"test:debug": "ava debug --break",

0 commit comments

Comments
 (0)