There was an error while loading. Please reload this page.
1 parent 76e84ae commit 9c2ac2cCopy full SHA for 9c2ac2c
2 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install dependencies
19
run: pnpm ci
20
- name: Run tests
21
- run: pnpm test-no-build
+ run: pnpm test
22
23
build:
24
name: Build
package.json
@@ -12,8 +12,7 @@
12
"test:css": "stylelint .",
13
"test:checks": "node scripts/check-versions.js",
14
"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"
+ "test": "pnpm run prebuild && pnpm build && pnpm run --recursive --include-workspace-root /^test:/"
17
},
"devDependencies": {
"@logux/oxc-configs": "^1.1.0",
0 commit comments