Skip to content

Commit

Permalink
ci: check formats in npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
d-yokoi committed Mar 4, 2019
1 parent 070a782 commit 763cb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

1 comment on commit 763cb8b

@Neng908
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.