Skip to content

Commit

Permalink
Yippee (#462)
Browse files Browse the repository at this point in the history
* hahaha

* fix

* fix linting:

* here we go

* fix unit test

* oops

* oopsies

---------

Co-authored-by: Alex Zhang <[email protected]>
  • Loading branch information
maxwn04 and alexzhang1618 authored Feb 27, 2025
1 parent 89195fa commit b4cd216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "node --env-file=.env build/index.js",
"test": "jest --config jest.config.json --runInBand",
"dev": "node -r ts-node/register --env-file=.env index.ts",
"release": "ts-node ./node_modules/typeorm/cli.js migration:run -d DataSource.ts && node --env-file=.env build/index.js",
"release": "ts-node ./node_modules/typeorm/cli.js migration:run -d DataSource.ts && node build/index.js",
"lint": "eslint **/*.ts",
"lint:fix": "eslint **/*.ts --fix",
"db:migrate:create": "ts-node ./node_modules/typeorm/cli.js migration:create -n",
Expand Down

0 comments on commit b4cd216

Please sign in to comment.