Skip to content

Commit

Permalink
fix(ci): remove unused dependencies:fix and preinstall commands a…
Browse files Browse the repository at this point in the history
…nd `resolutions` object
  • Loading branch information
beatrizsmerino committed Jun 26, 2024
1 parent e302b51 commit a24e938
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"main": "index.js",
"scripts": {
"install:clean": "rm -rf node_modules package-lock.json",
"dependencies:fix": "npm install --ignore-scripts && npx npm-force-resolutions",
"preinstall": "npm run install:clean && npm run dependencies:fix",
"postinstall": "npm run lint",
"prepare": "husky",
"serve": "vue-cli-service serve",
Expand Down Expand Up @@ -65,7 +63,6 @@
"stylelint-webpack-plugin": "^5.0.1",
"vue-template-compiler": "^2.7.16"
},
"resolutions": {},
"engines": {
"node": "20.11.0",
"npm": "10.4.0"
Expand Down

0 comments on commit a24e938

Please sign in to comment.