Skip to content

Commit

Permalink
Also check .json files with prettier on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Nov 18, 2020
1 parent 1f7b513 commit e5cebef
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 @@ -16,7 +16,7 @@
"scripts": {
"prepare": "make build/lib",
"test": "make test && make test-chrome-headless",
"lint": "eslint . && prettier --check '**/*.{js,md}'",
"lint": "eslint . && prettier --check '**/*.{js,json,md}'",
"generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js",
"update-examples": "evaldown --comment-marker unexpected-markdown --require ./bootstrap-unexpected-markdown.js --inplace ./documentation",
"version": "(test -n \"${IS_MAKE_RELEASE}\" || (echo Please run make release instead && exit 1)) && offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md"
Expand Down

0 comments on commit e5cebef

Please sign in to comment.