Skip to content

Commit

Permalink
add base path when building in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido authored Jun 21, 2024
1 parent b887cbb commit 0a5f9ce
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 @@ -16,7 +16,7 @@
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"build-only": "vite build --base=/app",
"build-only-dev": "vite build --mode development",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
Expand Down

0 comments on commit 0a5f9ce

Please sign in to comment.