Skip to content

Commit

Permalink
Fix studio build
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Sep 18, 2023
1 parent 16891d3 commit 5139303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waspc/packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "tsc --noEmit && ts-node -r dotenv/config ./src/index.ts",
"dev": "nodemon ./src/index.ts",
"build:client": "npm --prefix ./client install && npm --prefix ./client run copy",
"build": "npm run build:client && rm -r dist && tsc && cp -r ./public ./dist/public"
"build": "npm run build:client && rm -rf dist && tsc && cp -r ./public ./dist/public"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 5139303

Please sign in to comment.