Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
only build prpc packages
Browse files Browse the repository at this point in the history
  • Loading branch information
OrJDev committed Feb 26, 2023
1 parent b7a5c85 commit a3ff685
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ dist/
*/.vercel/*

# vscode
*/.vscode/*
*/.vscode/*
.turbo
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Workspace for prpc",
"version": "0.0.0",
"scripts": {
"build": "turbo run build",
"build": "turbo run build --filter=@prpc/*",
"dev": "turbo run dev --parallel --include-dependencies --no-deps",
"clean": "turbo run clean --parallel && rm -rf node_modules pnpm-lock.yaml && pnpm install",
"lint": "turbo run lint",
Expand Down

1 comment on commit a3ff685

@vercel
Copy link

@vercel vercel bot commented on a3ff685 Feb 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

prpc-docs – ./

prpc-docs.vercel.app
prpc-docs-orjdev.vercel.app
prpc-docs-git-main-orjdev.vercel.app

Please sign in to comment.