add specific script that will be run on to the pipeline

WORK-RRE
Rémi REGNAULT 1 year ago
parent e8c5c56541
commit 00454c50f4

@ -9,7 +9,8 @@
"dev": "nodemon --watch src -e js,ts,json --exec \"ts-node src/server.ts\"", "dev": "nodemon --watch src -e js,ts,json --exec \"ts-node src/server.ts\"",
"test": "jest --detectOpenHandles", "test": "jest --detectOpenHandles",
"test:watch": "jest --watchAll", "test:watch": "jest --watchAll",
"test:coverage": "jest --coverage" "test:coverage": "jest --coverage",
"test:CI": "jest --coverage --testTimeout=Infinity"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",

Loading…
Cancel
Save