Skip to content

Commit 1e006eb

Browse files
committed
chore(script): test after pkg build
1 parent 60cf246 commit 1e006eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:app": "pnpm run -r --filter=./apps/* build ",
1313
"dev": "pnpm -r --parallel run dev",
1414
"dev:pkg": "pnpm -r --filter=./packages/* --parallel run dev",
15-
"test": "pnpm run -r --filter=./packages/* test ",
15+
"test": "pnpm run build:pkg && pnpm run -r --filter=./packages/* test ",
1616
"lint": "pnpm run -r lint",
1717
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
1818
"preinstall": "npx only-allow pnpm",

0 commit comments

Comments
 (0)