Skip to content

Commit

Permalink
fix: dev and prod dist folder as siblings
Browse files Browse the repository at this point in the history
This is to avoid being deleted while building one of them
  • Loading branch information
mrkhan authored Apr 16, 2024
1 parent 166b21d commit 25f8e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"build-ghpages-dev":"vite build --base=./ --outDir=docs/dist/dev",
"build-ghpages-prod":"vite build --base=./ --outDir=docs/dist",
"build-ghpages-prod":"vite build --base=./ --outDir=docs/dist/prod",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "playwright test",
Expand Down

0 comments on commit 25f8e20

Please sign in to comment.