Skip to content

Commit

Permalink
get rid of preinstall step
Browse files Browse the repository at this point in the history
  • Loading branch information
rjkat committed Jul 27, 2024
1 parent 98e3af6 commit c330087
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"main": "server/index.js",
"scripts": {
"test": "jest",
"preinstall": "npx npm-force-resolutions",
"build": "parcel build client/index.html client/syntax.html client/privacy.html --no-source-maps --no-cache --no-content-hash",
"postbuild": "workbox injectManifest && workbox copyLibraries dist",
"develop": "NODE_ENV=development nodemon -e js,vue server/index.js",
Expand Down

0 comments on commit c330087

Please sign in to comment.