Skip to content

Commit

Permalink
bugfix: revert changes, remove packageManager property
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepasha419a committed Jan 11, 2025
1 parent 331479f commit 2a71646
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 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": {
"install:classic-version": "corepack enable && corepack yarn set version 1.22.1 && corepack yarn install",
"dev": "webpack serve --config config/development.config.js --mode=development --env envPath=.env.dev",
"dev:demo": "webpack serve --config config/development.config.js --mode=development --env envPath=.env.demo",
"prod": "webpack --config config/production.config.js --mode=production --env envPath=.env.prod",
Expand Down Expand Up @@ -173,6 +172,5 @@
"jest-watch-typeahead/testname"
],
"resetMocks": true
},
"packageManager": "[email protected]"
}
}

0 comments on commit 2a71646

Please sign in to comment.