Skip to content

Commit

Permalink
Revert "Dont run prettier on gitignored files (#3341)" (#4278)
Browse files Browse the repository at this point in the history
This reverts commit fcda99c.
  • Loading branch information
1000hz committed Oct 24, 2023
1 parent 77820a2 commit 6f97326
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
"scripts": {
"build": "dotenv -- turbo build",
"check": "dotenv -- turbo check:lint check:type check:format type:tests",
"check:format": "pnpm run prettier -- --check",
"check:format": "prettier . --check --ignore-unknown",
"check:lint": "dotenv -- turbo check:lint",
"check:type": "dotenv -- turbo check:type type:tests",
"dev": "dotenv -- turbo dev",
"fix": "pnpm run prettify && dotenv -- turbo check:lint -- --fix",
"prettier": "prettier . --ignore-unknown --ignore-path .gitignore",
"prettify": "pnpm run prettier -- --write",
"prettify": "prettier . --write --ignore-unknown",
"test": "dotenv -- turbo test --concurrency=1",
"test:ci": "dotenv -- turbo test:ci --filter=!local-mode-tests --filter=!playground-preview-worker --filter=!no-bundle-import --filter=!workers.new --concurrency=1",
"test:ci:quarantine": "dotenv -- turbo test:ci --filter=local-mode-tests --filter=playground-preview-worker --filter=no-bundle-import --filter=workers.new --concurrency=1",
Expand Down

0 comments on commit 6f97326

Please sign in to comment.