Skip to content

Commit ab9ff06

Browse files
npm run ghbuild
1 parent 7342713 commit ab9ff06

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.env

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
PUBLIC_URL=.
2-
CI=false
1+
PUBLIC_URL=.

.github/workflows/Build-Deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: npm
2121

2222
- name: Build
23-
run: npm ci && npm run ghbuilder
23+
run: npm ci && npm run ghbuild
2424

2525
- name: Deploy to gh-pages
2626
uses: peaceiris/actions-gh-pages@v3

.github/workflows/PR-Preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
GITHUB_TOKEN: ${{ secrets.BOT }}
3232

3333
- name: Build
34-
run: npm ci && npm run build
34+
run: npm ci && npm run ghbuild
3535

3636
- uses: peaceiris/actions-gh-pages@v3
3737
with:

.github/workflows/desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
npm ci
4848
4949
- name: install app dependencies and build it
50-
run: npm run build
50+
run: npm run ghbuild
5151
- uses: tauri-apps/tauri-action@v0
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"scripts": {
3737
"start": "react-scripts start",
3838
"build": "react-scripts build",
39-
"ghbuilder": "CI=false react-scripts build",
39+
"ghbuild": "CI=false react-scripts build",
4040
"test": "react-scripts test",
4141
"eject": "react-scripts eject",
4242
"tauri": "tauri"

0 commit comments

Comments
 (0)