Skip to content

Commit 10d06ef

Browse files
committed
fix: dont build package when testing
1 parent 4438849 commit 10d06ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"node": ">=22"
99
},
1010
"scripts": {
11-
"test": "pnpm --filter @callstack/repack-init build && vitest run",
11+
"test": "vitest run",
1212
"test:watch": "vitest"
1313
},
1414
"devDependencies": {

0 commit comments

Comments
 (0)