Skip to content

Commit

Permalink
πŸ”€ merge pull request #220 from tonightpass/antoinekm/workshop
Browse files Browse the repository at this point in the history
✨ add workshop
  • Loading branch information
AntoineKM authored Apr 2, 2023
2 parents 90ded26 + a45e01a commit d1a5c27
Show file tree
Hide file tree
Showing 34 changed files with 133 additions and 132 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "docs",
"private": true,
"scripts": {
"dev": "next",
"dev": "next -p 3001",
"start": "next start",
"build": "next build"
"build": "next build -p 3001"
},
"dependencies": {
"@codesandbox/sandpack-react": "^1.20.9",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"start": "turbo start",
"build": "turbo run build",
"build:packages": "turbo run p:build",
"build:apps": "turbo run build --filter='./examples/*' --filter=docs",
"build:apps": "turbo run build --filter=workshop --filter=docs --filter='./examples/*'",
"build:docs": "turbo run build --filter=docs...",
"build:examples": "turbo run build --filter='./examples/*'",
"build:examples:expo": "turbo run build --filter=expo-typescript...",
"build:examples:next": "turbo run build --filter=next-typescript...",
"dev": "node start-dev.js",
"dev:packages": "turbo run p:watch",
"dev:apps": "turbo run dev --filter='./examples/*' --filter=docs",
"dev:apps": "turbo run dev --filter=workshop --filter=docs --filter='./examples/*'",
"dev:docs": "turbo run dev --filter=docs",
"dev:examples": "turbo run dev --filter='./examples/*'",
"dev:examples:expo": "turbo run dev --filter=expo-typescript",
Expand Down Expand Up @@ -68,5 +68,5 @@
"packages/*"
]
},
"packageManager": "pnpm@7.26.0"
"packageManager": "pnpm@8.1.0"
}
Loading

2 comments on commit d1a5c27

@vercel
Copy link

@vercel vercel bot commented on d1a5c27 Apr 2, 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:

kitchen-react-typescript – ./examples/react-typescript

kitchen-react-typescript.vercel.app
kitchen-react-typescript-git-master-onruntime.vercel.app
kitchen-react-typescript-onruntime.vercel.app

@vercel
Copy link

@vercel vercel bot commented on d1a5c27 Apr 2, 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:

kitchen-workshop – ./workshop

kitchen-workshop-onruntime.vercel.app
kitchen-workshop.vercel.app
kitchen-workshop-git-master-onruntime.vercel.app

Please sign in to comment.