Skip to content

Commit

Permalink
chore: fix sandbox build command
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Jun 10, 2024
1 parent 0c6c005 commit 275b4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.0.1",
"scripts": {
"build": "rm -rf ./dist && yarn build:vite && yarn build:vue-cli && yarn build:nuxt",
"build": "rm -rf ./dist && yarn build:vite && yarn build:nuxt",
"build:vite": "vue-tsc --noEmit && vite build --config ./configs/vite/vite.base.ts",
"build:analysis": "node ./scripts/stud-nuxt.mjs && tsx ./scripts/bundle-analysis.ts",
"build:nuxt": "nuxt build",
Expand Down

0 comments on commit 275b4a8

Please sign in to comment.