Skip to content

Commit

Permalink
fix (#2992)
Browse files Browse the repository at this point in the history
  • Loading branch information
alishaz-polymath authored Jun 7, 2022
1 parent e2ef721 commit f4f953c
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 @@ -25,7 +25,7 @@
"docs-build": "turbo run build --scope=\"@calcom/docs\" --include-dependencies",
"docs-start": "turbo run start --scope=\"@calcom/docs\"",
"dx:web": "yarn predev && (git submodule update || true) && turbo run dx",
"dx": "run-p 'dx:web' 'app-store:watch'",
"dx": "run-p dx:web app-store:watch",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"heroku-postbuild": "turbo run @calcom/web#build",
"lint": "turbo run lint",
Expand Down

0 comments on commit f4f953c

Please sign in to comment.