Skip to content

Commit

Permalink
Merge pull request #118 from atlp-rwanda/ft-notification
Browse files Browse the repository at this point in the history
Ft notification
  • Loading branch information
faid-terence authored Jun 20, 2024
2 parents 7a347ed + f6353a8 commit 1077386
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "cross-env APP_ENV=test jest --coverage --detectOpenHandles --verbose --runInBand ",
"dev": "cross-env APP_ENV=dev nodemon src/index.ts",
"dev": "cross-env APP_ENV=dev NODE_OPTIONS='--max-old-space-size=4096' nodemon src/index.ts",
"build": "tsc -p .",
"start": "node dist/index.js",
"lint": "eslint .",
Expand Down

0 comments on commit 1077386

Please sign in to comment.