Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePavolC committed Jul 23, 2024
1 parent e513025 commit 56ef848
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 @@ -15,7 +15,7 @@
"test": "jest",
"coverage:html": "yarn test --coverage --coverageDirectory='public/coverage' --collectCoverageFrom='src/**/*.ts' && echo 'You can find the coverage report at http://localhost:3000/coverage/lcov-report/lib/index.html'",
"ci": "yarn lint && yarn test -- --ci&& yarn build && yarn cy:ci",
"prettier": "prettier --write './{src,__tests__,cypress}/**/*.{ts,tsx,js,css}'",
"prettier": "prettier --write --loglevel silent './{src,__tests__,cypress}/**/*.{ts,tsx,js,css}'",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:run:dashboard": "cypress run --record --parallel",
Expand Down

0 comments on commit 56ef848

Please sign in to comment.