Skip to content

Commit

Permalink
test: Add lint:text to all-check and ci-check target
Browse files Browse the repository at this point in the history
  • Loading branch information
potato4d committed Feb 1, 2019
1 parent 4202a7e commit b14d44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
},
"scripts": {
"build": "gatsby build",
"check-all": "npm-run-all prettier --parallel lint flow",
"ci-check": "npm-run-all prettier:diff --parallel lint flow",
"check-all": "npm-run-all prettier --parallel lint flow lint:text",
"ci-check": "npm-run-all prettier:diff --parallel lint flow lint:text",
"dev": "gatsby develop -H 0.0.0.0",
"flow": "flow",
"format:source": "prettier --config .prettierrc --write \"{gatsby-*.js,{flow-typed,plugins,src}/**/*.js}\"",
Expand Down

0 comments on commit b14d44a

Please sign in to comment.