Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfernald committed Dec 17, 2023
1 parent 511e7f7 commit 95a9cdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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
npm install --no-optional
npm run build
- name: Deploy 🚀
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"@mui/base": "^5.0.0-beta.27",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.14.20",
"audic": "^3.0.2",
"lz-string": "^1.5.0",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
Expand Down Expand Up @@ -60,5 +59,8 @@
"vite": "^5.0.7",
"vite-plugin-dts": "^3.6.4",
"vite-plugin-plain-text": "^1.4.2"
},
"optionalDependencies": {
"audic": "^3.0.2"
}
}

0 comments on commit 95a9cdf

Please sign in to comment.