Browse Source

ci: check formats in npm test

fixTypes
d-yokoi 6 years ago
parent
commit
763cb8b923
No known key found for this signature in database GPG Key ID: 49EAF81BC6A0D19A
  1. 2
      package.json

2
package.json

@ -29,7 +29,7 @@
"nobuild:unit": "mocha",
"prepare": "npm run build",
"prettier": "prettier ts_src/*.ts ts_src/**/*.ts --ignore-path ./.prettierignore",
"test": "npm run build && npm run nobuild:coverage",
"test": "npm run build && npm run format:ci && npm run nobuild:coverage",
"unit": "npm run build && npm run nobuild:unit"
},
"repository": {

Loading…
Cancel
Save