Skip to content

Commit

Permalink
upgrade yarn to version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aorcsik committed Nov 9, 2023
1 parent 2081469 commit 2d34def
Show file tree
Hide file tree
Showing 4 changed files with 2,143 additions and 1,555 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
temp
node_modules
yarn-error.log
dist/*.js
dist/*.js
.yarn/install-state.gz
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"scripts": {
"build_dev": "./node_modules/.bin/webpack --config webpack.dev.js --progress --color",
"build_prod": "./node_modules/.bin/webpack --config webpack.prod.js"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 2d34def

Please sign in to comment.