Skip to content

Commit

Permalink
Corrigir base path
Browse files Browse the repository at this point in the history
  • Loading branch information
dgadelha committed Mar 9, 2024
1 parent 3fc5757 commit b3d1d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
npm ci --include=dev
- name: Build code 🚚
run: BASE_HTML_PATH=/Portugol-Webstudio/ npm run build
run: npm run build

- name: Release front-end 🎢
run: |
Expand Down
2 changes: 1 addition & 1 deletion packages/ide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"homepage": "https://github.com/dgadelha/Portugol-Webstudio#readme",
"scripts": {
"start": "ng serve --disable-host-check",
"release": "ng build --base-href /Portugol-Webstudio/",
"release": "ng build",
"watch": "ng build --watch --configuration development",
"lint": "ng lint"
},
Expand Down

0 comments on commit b3d1d76

Please sign in to comment.