Skip to content

Commit

Permalink
uhh
Browse files Browse the repository at this point in the history
  • Loading branch information
g9aerospace committed Apr 12, 2024
1 parent 248d2f4 commit 7dfdb20
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:

- name: Build & Deploy
run: |
npm run go
cd frontend && npm install && npm run build && npm run deploy
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build.preview": "vite build --ssr src/entry.preview.tsx",
"build.server": "vite build -c adapters/cloudflare-pages/vite.config.ts",
"build.types": "tsc --incremental --noEmit",
"deploy": "wrangler pages deploy ./dist --account-id ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}",
"deploy": "wrangler pages deploy ./dist",
"dev": "vite --mode ssr",
"dev.debug": "node --inspect-brk ./node_modules/vite/bin/vite.js --mode ssr --force",
"fmt": "prettier --write .",
Expand Down
3 changes: 0 additions & 3 deletions frontend/wrangler.toml

This file was deleted.

0 comments on commit 7dfdb20

Please sign in to comment.