Skip to content

Commit

Permalink
chore: publish without base url
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala committed Jul 26, 2024
1 parent ef22219 commit f075980
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install deps
run: pnpm install
- name: Build
run: pnpm gh-build
run: pnpm build
env:
BASE_URL: https://polkadot-api.github.io/react-teleport-example/
- name: Setup Pages
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"postinstall": "papi --whitelist whitelist.ts",
"dev": "vite",
"build": "papi --whitelist whitelist.ts && tsc && vite build",
"gh-build": "papi --whitelist whitelist.ts && tsc && vite build --base=/react-teleport-example/",
"format": "prettier --write README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\"",
"preview": "vite preview"
},
Expand Down

0 comments on commit f075980

Please sign in to comment.