Move to yarn from npm

This commit is contained in:
Ramon Wenger 2022-09-26 22:50:08 +02:00
parent 3a3c5a6fe4
commit f0107b3d90
4 changed files with 13523 additions and 45761 deletions

View File

@ -1,2 +1,2 @@
nodejs 12.22.1
nodejs 14.20.1
python 3.8.13

45759
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

13520
client/yarn.lock Normal file

File diff suppressed because it is too large Load Diff

View File

@ -7,6 +7,7 @@
"build": "npm install --prefix client && npm run build --prefix client"
},
"engines": {
"node": "12.x"
"node": "14.x",
"yarn": "1.x"
}
}