Skip to content

Commit

Permalink
Remove app.json, add PUBLIC_URL to build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Licari committed Sep 4, 2023
1 parent b846129 commit a2de8d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-preview.yml
Expand Up @@ -15,6 +15,9 @@ jobs:
with:
node-version: 16.14.2

- name: Set env
run: echo "PUBLIC_URL=pr-${{ github.event.number }}" >> $GITHUB_ENV

- name: NPM Install and Build
run: |
npm install
Expand Down
8 changes: 0 additions & 8 deletions app.json

This file was deleted.

0 comments on commit a2de8d3

Please sign in to comment.