Skip to content

Commit

Permalink
Merge pull request #3540 from SFDO-Tooling/optional-omnistudio-compiler
Browse files Browse the repository at this point in the history
Make Omnistudio local compiler optional
  • Loading branch information
davidmreed authored Nov 7, 2023
2 parents 3347a2a + d3da89a commit 884740e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"heroku-postbuild": "yarn prod"
},
"dependencies": {
"@omnistudio/omniscript-lwc-compiler": "^244.4.0",
"@react-hook/window-scroll": "^1.3.0",
"@salesforce-ux/design-system": "^2.18.1",
"@salesforce/design-system-react": "^0.10.48",
Expand Down Expand Up @@ -154,6 +153,9 @@
"webpack-dev-server": "^4.9.3",
"webpack-merge": "^5.8.0"
},
"optionalDependencies": {
"@omnistudio/omniscript-lwc-compiler": "^244.4.0"
},
"resolutions": {
"@storybook/**/ansi-regex": "^5.0.1",
"@storybook/**/glob-parent": "^5.1.2",
Expand Down

0 comments on commit 884740e

Please sign in to comment.