Skip to content

Commit

Permalink
Update turborepo commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Nov 1, 2023
1 parent 91fd963 commit 8102987
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"typecheck-app": "cd app && pnpm typecheck",
"typecheck-editor": "cd packages/editor && pnpm typecheck",
"typecheck-ui": "cd packages/ui && pnpm typecheck",
"typecheck-website": "cd website && pnpm typecheck",
"build": "turbo run build",
"dev": "turbo run dev",
"dev:web": "cd website && pnpm dev",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build": "astro build",
"preview": "deno run --allow-net --allow-read --allow-env ./dist/server/entry.mjs",
"astro": "astro",
"typecheck": "astro check"
Expand Down

0 comments on commit 8102987

Please sign in to comment.