Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit ee4f2df

Browse files
committed
ci: change playground build script
1 parent 5ae284b commit ee4f2df

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
@@ -30,7 +30,7 @@
3030
"preplaygound:dev": "node ./scripts/dev.js",
3131
"playground:dev": "cross-env NODE_ENV=development vite serve playground --config ./vite.config.ts --open",
3232
"preplaygound:build": "node ./scripts/dev.js",
33-
"playground:build": "pnpm install && pnpm build && cross-env NODE_ENV=production vite build playground --config ./vite.config.ts",
33+
"playground:build": "pnpm install && cross-env NODE_ENV=production vite build playground --config ./vite.config.ts",
3434
"cy:open": "cypress open",
3535
"cy:run": "cypress run --component --quiet",
3636
"test:component": "pnpm cy:run",

0 commit comments

Comments
 (0)