Switch to yarn

This commit is contained in:
jahooma 2021-12-19 16:08:25 -06:00
parent ccff8c9bec
commit 58521b6503
5 changed files with 6371 additions and 15521 deletions

View File

@ -2,9 +2,9 @@
"name": "functions",
"scripts": {
"build": "tsc",
"serve": "npm run build && firebase emulators:start --only functions",
"shell": "npm run build && firebase functions:shell",
"start": "npm run shell",
"serve": "yarn build && firebase emulators:start --only functions",
"shell": "yarn build && firebase functions:shell",
"start": "yarn shell",
"deploy": "firebase deploy --only functions",
"logs": "firebase functions:log"
},

1594
functions/yarn.lock Normal file

File diff suppressed because it is too large Load Diff

6
package-lock.json generated
View File

@ -1,6 +0,0 @@
{
"name": "mantic",
"lockfileVersion": 2,
"requires": true,
"packages": {}
}

15512
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

4774
web/yarn.lock Normal file

File diff suppressed because it is too large Load Diff