Skip to content

Commit 8464cb5

Browse files
committed
Move pretest
1 parent 19797a0 commit 8464cb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
],
5656
"scripts": {
5757
"build": "npm run build:entrypoints",
58-
"prebuild": "concurrently --raw --group 'tsx src/index.ts' 'tsx src/eslint.ts'",
5958
"postbuild": "concurrently --raw --group 'node ./index.js' 'node ./eslint.js'",
6059
"build:entrypoints": "npm run build:ts",
6160
"postbuild:entrypoints": "tsup",
@@ -64,7 +63,7 @@
6463
"postbuild:ts": "tsc-alias --project tsconfig.build.json",
6564
"typecheck": "tsc",
6665
"test": "c8 ava",
67-
"pretest": "concurrently --raw --group 'tsx ./index.js' 'tsx ./eslint.js'",
66+
"pretest": "concurrently --raw --group 'tsx src/index.ts' 'tsx src/eslint.ts'",
6867
"test:update": "ava --update-snapshots",
6968
"test:watch": "ava --watch",
7069
"test:debug": "ava debug --break",

0 commit comments

Comments
 (0)