Browse Source

Add js format check to CI

psbt-support
junderw 6 years ago
parent
commit
04b1f50a2f
No known key found for this signature in database GPG Key ID: B256185D3A971908
  1. 2
      package.json

2
package.json

@ -22,7 +22,7 @@
"coverage": "npm run build && npm run nobuild:coverage",
"format": "npm run prettier -- --write",
"formatjs": "npm run prettierjs -- --write > /dev/null 2>&1",
"format:ci": "npm run prettier -- --check",
"format:ci": "npm run prettier -- --check && npm run prettierjs -- --check",
"gitdiff:ci": "npm run build && git diff --exit-code",
"integration": "npm run build && npm run nobuild:integration",
"lint": "tslint -p tsconfig.json -c tslint.json",

Loading…
Cancel
Save