Skip to content

Commit

Permalink
dont use any test-pretty printing to see what happens in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix committed Sep 13, 2023
1 parent f078721 commit e68b6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "index.js",
"scripts": {
"test": "npm run test:js && npm run test:only && npm run lint",
"test:js": "NODE_ENV=test tape 'test/**/*.test.js' | tap-arc",
"test:js": "NODE_ENV=test tape 'test/**/*.test.js'",
"test:only": "if grep -r --exclude-dir=node_modules --exclude-dir=.git --color 'test\\.only' ; then exit 1; fi",
"lint": "standard --fix",
"test:windows": "cross-env NODE_ENV=test tape test/**/*.test.js | tap-arc",
"test:windows": "cross-env NODE_ENV=test tape test/**/*.test.js",
"generate": "rm test/generate/*/* && node test/generate/index.js"
},
"homepage": "https://github.com/ssbc/ssb-tribes#readme",
Expand Down

0 comments on commit e68b6de

Please sign in to comment.