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

Commit fcaebc4

Browse files
committed
fix: build command
1 parent 3bd1c8d commit fcaebc4

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
@@ -23,7 +23,7 @@
2323
"scaffold": "hygen generator",
2424
"release": "yarn changeset publish",
2525
"playground:dev": "NODE_ENV=development vite serve playground --config ./vite.config.ts --open",
26-
"playground:build": "yarn install && yarn build && yarn bootstrap && NODE_ENV=production vite build playground --config ./vite.config.ts",
26+
"playground:build": "yarn install && yarn build && NODE_ENV=production vite build playground --config ./vite.config.ts",
2727
"cy:open": "cypress open-ct",
2828
"cy:run": "cypress run-ct --quiet",
2929
"test:component": "yarn cy:run",

0 commit comments

Comments
 (0)