Skip to content

Commit

Permalink
update vite to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaudiomv committed Dec 7, 2024
1 parent 4a49136 commit 9287156
Show file tree
Hide file tree
Showing 4 changed files with 332 additions and 282 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
node-version: 20

- name: build
env:
NODE_ENV: development
run: |
npm ci && npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build
run: |
npm ci
npm run build
NODE_ENV=production npm run build
touch ./build/.nojekyll && echo 'geocoder.bmlt.app' > ./build/CNAME
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
Loading

0 comments on commit 9287156

Please sign in to comment.