Skip to content

Commit

Permalink
Merge branch 'ft-notification' of github.com:atlp-rwanda/knights-ecom…
Browse files Browse the repository at this point in the history
…m-be into ft-notification
  • Loading branch information
Calebgisa72 committed Jun 20, 2024
2 parents cc0250e + be3ba05 commit f6353a8
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 f6353a8

Please sign in to comment.