Skip to content

Commit 55dfe5c

Browse files
author
Giacomo Licari
committed
Remove app.json, add PUBLIC_URL to build in CI
1 parent b846129 commit 55dfe5c

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/pr-preview.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
with:
1616
node-version: 16.14.2
1717

18+
- name: Set env
19+
run: echo "PUBLIC_URL=./" >> $GITHUB_ENV
20+
1821
- name: NPM Install and Build
1922
run: |
2023
npm install

app.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)