Skip to content

Commit

Permalink
Dont format docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RaeesBhatti committed Jun 30, 2020
1 parent 7de6178 commit 6c650ec
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 @@ -45,11 +45,11 @@
"start": "node ./bin/run",
"test": "run-s test:*",
"ava": "ava --verbose",
"format": "prettier --write \"{src,scripts,docs,site/src,.circleci,.github}/**/*.{js,yml,json,html}\" \"site/*.{js}\" \"*.{js,yml,json,html}\" \"tests/**/*.js\"",
"format": "prettier --write \"{src,scripts,site/src,.circleci,.github}/**/*.{js,yml,json,html}\" \"site/*.{js}\" \"*.{js,yml,json,html}\" \"tests/**/*.js\"",
"test:install-deps": "npm ci --prefix tests/site-cra",
"test:ava": "nyc --reporter=lcov ava --verbose && nyc report",
"test:lint": "eslint --fix \"{src,scripts}/**/*.js\"",
"test:format": "prettier --check \"{src,scripts,docs,site/src,.circleci,.github}/**/*.{js,yml,json,html}\" \"site/*.{js}\" \"*.{js,yml,json,html}\" \"tests/**/*.js\"",
"test:format": "prettier --check \"{src,scripts,site/src,.circleci,.github}/**/*.{js,yml,json,html}\" \"site/*.{js}\" \"*.{js,yml,json,html}\" \"tests/**/*.js\"",
"test:cli-version": "npm run start -- --version",
"test:cli-help": "npm run start -- --help",
"docs": "node ./scripts/docs.js",
Expand Down

0 comments on commit 6c650ec

Please sign in to comment.