We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6e1bd commit 6e0b25eCopy full SHA for 6e0b25e
package.json
@@ -45,9 +45,9 @@
45
"start:api": "node bin/ota.js serve",
46
"start:scheduler": "npm start -- --schedule",
47
"test": "cross-env NODE_ENV=test mocha --recursive \"./src/**/*.test.js\" \"./scripts/**/*.test.js\" --exit",
48
- "test:only": "cross-env NODE_ENV=test mocha --recursive",
49
"posttest": "npm run lint",
50
- "test:debug": "npm run test -- --inspect-brk --exit"
+ "test:debug": "npm run test -- --inspect-brk --exit",
+ "test:only": "cross-env NODE_ENV=test mocha --recursive"
51
},
52
"dependencies": {
53
"@accordproject/concerto-cto": "^3.24.0",
0 commit comments