Move to yarn from npm
This commit is contained in:
parent
3a3c5a6fe4
commit
f0107b3d90
|
|
@ -1,2 +1,2 @@
|
|||
nodejs 12.22.1
|
||||
nodejs 14.20.1
|
||||
python 3.8.13
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -7,6 +7,7 @@
|
|||
"build": "npm install --prefix client && npm run build --prefix client"
|
||||
},
|
||||
"engines": {
|
||||
"node": "12.x"
|
||||
"node": "14.x",
|
||||
"yarn": "1.x"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue