Skip to content

Commit

Permalink
chore: fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Nov 6, 2021
1 parent bab829a commit 236d46f
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 @@ -18,9 +18,9 @@
},
"main": "intro.js",
"scripts": {
"prettier": "prettier --write '(src|tests)/**/*.(js|ts|json|html)'",
"prettier": "prettier --write '(src|tests)/**/*.(js|ts|json|html)' '!tests/cypress/setup/dist'",
"test": "run-p test:prettier test:jest test:jshint test:cypress",
"test:prettier": "prettier --check '(src|tests)/**/*.(js|ts|json|html)'",
"test:prettier": "prettier --check '(src|tests)/**/*.(js|ts|json|html)' '!tests/cypress/setup/dist'",
"test:watch": "jest ./tests --verbose --watch",
"test:jest": "jest ./tests --verbose",
"test:jshint": "jshint ./src --verbose && jshint ./tests --verbose",
Expand Down

0 comments on commit 236d46f

Please sign in to comment.