Skip to content

Commit

Permalink
chore: move packages (#21)
Browse files Browse the repository at this point in the history
* chore: move packages

* chore: build script
  • Loading branch information
hi-ogawa authored Apr 13, 2024
1 parent 36c76ea commit 17e41bd
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- run: corepack enable
- run: pnpm i
- run: pnpm lint-check
- run: pnpm -C examples/workerd build
- run: pnpm build
- run: pnpm tsc
- run: npx playwright install chromium
- run: pnpm -C examples/react-ssr test-e2e
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Experimenting with [Vite Environment API](https://github.com/vitejs/vite/pull/16

```sh
pnpm i
pnpm build
pnpm -C examples/react-ssr dev
pnpm -C examples/react-ssr-workerd dev
pnpm -C examples/react-server dev
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"private": true,
"type": "module",
"scripts": {
"build": "pnpm '--filter=./packages/*' build",
"tsc": "tsc -b examples/*/tsconfig.json",
"tsc-dev": "pnpm tsc --watch --preserveWatchOutput",
"lint": "prettier -w --cache .",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
packages:
- packages/*
- examples/*

0 comments on commit 17e41bd

Please sign in to comment.