Skip to content

Commit

Permalink
Make Omnistudio local compiler optional
Browse files Browse the repository at this point in the history
External users may not have access to the Vlocity private NPM
repository, blocking them from installing front end dependencies. This
change allows yarn install to complete successfully.
  • Loading branch information
jstvz committed Oct 17, 2023
1 parent bc54d71 commit 0b62826
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 0b62826

Please sign in to comment.