Skip to content

Commit

Permalink
Remove preinstall script (#497)
Browse files Browse the repository at this point in the history
npm-force-resolutions was previously used.
The resolutiohns used were removed in #419.
This commit removes the preinstall script
  • Loading branch information
ConnorKirk authored Oct 3, 2023
1 parent e1a2e9d commit 979e613
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx npm-force-resolutions",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
Expand Down

0 comments on commit 979e613

Please sign in to comment.