Skip to content

Commit

Permalink
fix: remove base_url config from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkhan authored Apr 16, 2024
1 parent 53d0abb commit 637e0a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"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/prod",
"build-ghpages-dev":"vite build --outDir=docs/dist/dev",
"build-ghpages-prod":"vite build --outDir=docs/dist/prod",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "playwright test",
Expand Down

0 comments on commit 637e0a4

Please sign in to comment.