Skip to content

Commit 9c2ac2c

Browse files
committed
We need build for test
1 parent 76e84ae commit 9c2ac2c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: pnpm ci
2020
- name: Run tests
21-
run: pnpm test-no-build
21+
run: pnpm test
2222

2323
build:
2424
name: Build

‎package.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"test:css": "stylelint .",
1313
"test:checks": "node scripts/check-versions.js",
1414
"test:audit": "pnpm audit --prod",
15-
"test-no-build": "pnpm run --recursive --include-workspace-root /^test:/",
16-
"test": "pnpm run prebuild && pnpm build && pnpm test-no-build"
15+
"test": "pnpm run prebuild && pnpm build && pnpm run --recursive --include-workspace-root /^test:/"
1716
},
1817
"devDependencies": {
1918
"@logux/oxc-configs": "^1.1.0",

0 commit comments

Comments
 (0)