Skip to content

Commit 78fa4c8

Browse files
committed
fix ci
1 parent 5b79d4b commit 78fa4c8

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Lint and format check
2929
run: pnpm run check
3030
- name: Build example
31-
run: pnpm run example:build
31+
run: pnpm --filter orga-next-example build

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
- name: Lint and format check
3636
run: pnpm run check
3737

38-
- name: Build example
39-
run: pnpm run example:build
40-
4138
- name: Verify tag matches package version
4239
run: |
4340
VERSION=$(node -p "require('./package.json').version")

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pnpm install
6868
Run the example app:
6969

7070
#+begin_src bash
71-
pnpm run example:dev
71+
pnpm --filter orga-next-example dev
7272
#+end_src
7373

7474
* License

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"README.org"
3030
],
3131
"scripts": {
32-
"check": "biome check .",
33-
"dev": "pnpm --filter orga-next-example dev"
32+
"check": "biome check ."
3433
},
3534
"peerDependencies": {
3635
"@orgajs/loader": ">=4.0.0",

0 commit comments

Comments
 (0)