Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfernald committed Dec 18, 2023
1 parent 6acdaec commit f86ce1b
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 371 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
npm install --no-optional
npm install --no-optional --omit=optional
npm run build
- name: Deploy 🚀
Expand Down
Loading

0 comments on commit f86ce1b

Please sign in to comment.