Commit 14e3e55
committed
fix(ci): remove redundant pnpm install from test-setup-script
The setup-and-install action already runs pnpm install --frozen-lockfile,
so running it again in test-setup-script is redundant and may cause issues
with the build output.
Simplified test-setup-script to:
- Clean dist/ and .vite cache with del-cli
- Build the CLI
This should resolve remaining 'Cannot find module dist/cli.js' errors
by ensuring the build output is not affected by a second install.1 parent 9810700 commit 14e3e55
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments