diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cbdc9fa5..a8dcfec4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: | diff --git a/packages/ide/package.json b/packages/ide/package.json index e8ab463f..22c75ddd 100644 --- a/packages/ide/package.json +++ b/packages/ide/package.json @@ -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" },