Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cubing/algdb into main
Browse files Browse the repository at this point in the history
  • Loading branch information
saranshgrover committed Jan 28, 2021
2 parents 0660e61 + 31b68d1 commit 53af3b8
Show file tree
Hide file tree
Showing 71 changed files with 2,217 additions and 1,834 deletions.
63 changes: 58 additions & 5 deletions backend/functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions backend/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"lint": "tslint --project tsconfig.json",
"build": "tsc",
"serve": "set DEV=1 && npm run build && firebase emulators:start --only functions",
"db:sync": "set DEV=1 && npm run build && node lib/scripts/syncDatabase.js",
"generate:schema": "set DEV=1 && npm run build && node lib/scripts/generateSchema.js",
"db:sync": "set DEV=1 && ts-node src/scripts/syncDatabase.ts",
"generate:schema": "set DEV=1 && ts-node src/scripts/generateSchema.ts",
"shell": "npm run build && firebase functions:shell",
"start": "npm run shell",
"deploy": "firebase deploy --only functions",
Expand All @@ -21,7 +21,7 @@
"express": "^4.17.1",
"firebase-admin": "^9.2.0",
"firebase-functions": "^3.11.0",
"jomql": "^0.2.9",
"jomql": "^0.2.15",
"jsonwebtoken": "^8.5.1",
"mysql2": "^2.2.5",
"named-placeholders": "^1.1.2",
Expand All @@ -31,9 +31,10 @@
},
"devDependencies": {
"firebase-functions-test": "^0.1.6",
"fs": "0.0.1-security",
"ts-node": "^9.1.1",
"tslint": "^5.12.0",
"typescript": "^4.0.2",
"fs": "0.0.1-security"
"typescript": "^4.0.2"
},
"private": true
}
Loading

0 comments on commit 53af3b8

Please sign in to comment.