Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Sep 27, 2023
2 parents 43784ef + a42dc0e commit 25f078a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build-and-deploy-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Build and deploy on Linux
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run build --desktop --publish
run: npm run build -- --desktop --publish
2 changes: 1 addition & 1 deletion .github/workflows/Build-and-deploy-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
appleId: ${{ secrets.APPLE_ID }}
appleIdPassword: ${{ secrets.APPLE_PASSWORD }}
run: npm run build --desktop --publish
run: npm run build -- --desktop --publish
7 changes: 2 additions & 5 deletions .github/workflows/Build-and-deploy-pwa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,9 @@ jobs:

- name: Install dependencies
run: npm install --ignore-scripts

- name: Install COMMONERS
run: npm install commoners


- name: Build PWA
run: npm run build -- --outDir _site
run: npm run build -- --frontend --outDir _site

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Build-and-deploy-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Build and deploy on Windows
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run build --desktop --publish
run: npm run build -- --desktop --publish

0 comments on commit 25f078a

Please sign in to comment.