Skip to content

Commit

Permalink
chore: enforce format check in ci (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravijayaramappa committed Jan 18, 2021
1 parent 83ffc6d commit 11a649c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -20,5 +20,6 @@ jobs:
key: v1-dependencies-{{ checksum "yarn.lock" }}

- run: yarn check-license-headers
- run: yarn format:check
- run: yarn lint
- run: yarn test
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -18,6 +18,7 @@
"check-license-headers": "node ./scripts/checkLicenseHeaders.js",
"lint": "eslint src/",
"format": "prettier --write '**/*.{js,json,md,html,css}'",
"format:check": "prettier --check '**/*.{js,json,md,html,css}'",
"release": "npm publish --access public",
"test": "jest"
},
Expand Down

0 comments on commit 11a649c

Please sign in to comment.