Skip to content

Commit 6e0b25e

Browse files
committed
Lint package.json
1 parent 5d6e1bd commit 6e0b25e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"start:api": "node bin/ota.js serve",
4646
"start:scheduler": "npm start -- --schedule",
4747
"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",
4948
"posttest": "npm run lint",
50-
"test:debug": "npm run test -- --inspect-brk --exit"
49+
"test:debug": "npm run test -- --inspect-brk --exit",
50+
"test:only": "cross-env NODE_ENV=test mocha --recursive"
5151
},
5252
"dependencies": {
5353
"@accordproject/concerto-cto": "^3.24.0",

0 commit comments

Comments
 (0)