Skip to content

Commit

Permalink
Pulled the lambda out of recranks
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlkonig committed Nov 6, 2023
1 parent 5ce37be commit b7d18e4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 404 deletions.
314 changes: 0 additions & 314 deletions actions/summarize.ts

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"dist-prod": "webpack --mode=production",
"full-dev": "npm run test && npm run build && npm run dist-dev",
"full-prod": "npm run test && npm run build && npm run dist-prod",
"json2ts": "npx json2ts -i src/schemas/gamerecord.json -o src/schemas/gamerecord.d.ts ",
"deploy-dev": "serverless deploy",
"deploy-prod": "serverless --stage prod deploy"
"json2ts": "npx json2ts -i src/schemas/gamerecord.json -o src/schemas/gamerecord.d.ts "
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit b7d18e4

Please sign in to comment.