Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
shyakadavis committed Aug 3, 2024
1 parent b154d7d commit b77d410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Upload Preview Deployment

on:
workflow_run:
workflows: ["Build Preview Deployment"]
workflows: [Build Preview Deployment]
types:
- completed

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"check:watch": "pnpm -F docs check:watch",
"test:unit": "pnpm -F docs test:unit",
"lint": "prettier --check . && eslint .",
"lint:fix": "eslint --fix .",
"format:check": "pnpm -r format:check",
"format": "prettier --write .",
"preinstall": "npx only-allow pnpm",
Expand Down

0 comments on commit b77d410

Please sign in to comment.