Skip to content

Commit

Permalink
fix publish II
Browse files Browse the repository at this point in the history
  • Loading branch information
josepot committed Oct 28, 2024
1 parent 1782bf4 commit 63d0d95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
- name: Install deps
run: pnpm install
- name: Build
run: pnpm build
run: pnpm gh-build
env:
BASE_URL: https://w3f.github.io/validator-selection-tool/
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"dev": "vite",
"test": "vitest",
"build": "papi --whitelist whitelist.ts && tsc && vite build",
"gh-build": "papi --whitelist whitelist.ts && tsc && vite build --base=/validator-selection-tool/",
"format": "prettier --write README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\"",
"preview": "vite preview"
},
Expand Down

0 comments on commit 63d0d95

Please sign in to comment.