Skip to content

Commit

Permalink
Merge pull request #242 from alwinsimon/v1-payments
Browse files Browse the repository at this point in the history
V1 payments
  • Loading branch information
alwinsimon authored Oct 28, 2023
2 parents f100ce1 + 263f398 commit f837454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion payments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"start": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/index.ts",
"test": "jest --watchAll --no-cache"
"test": "jest --watchAll --no-cache",
"test:ci": "jest"
},
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit f837454

Please sign in to comment.