From e737f45db8da7d53f4629d2999ca3153831215ce Mon Sep 17 00:00:00 2001 From: mpppk Date: Wed, 1 Jan 2025 20:11:19 +0900 Subject: [PATCH] Fix --- .github/workflows/all.yaml | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/all.yaml b/.github/workflows/all.yaml index ab8e7a4..a060f7a 100644 --- a/.github/workflows/all.yaml +++ b/.github/workflows/all.yaml @@ -25,5 +25,5 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 - run: npm ci - - run: npm run build -w pkgs/typed-api-spec - - run: npm test -w pkgs/examples + - run: npm run build -w examples + - run: npm test -w examples diff --git a/package.json b/package.json index 4d40db0..95d0e44 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "workspaces": [ "pkgs/*", - "example-projects/*" + "examples/*" ], "scripts": { "pkg:new": "npm init -y -w pkgs/${PKG}", - "test": "npm run test --workspaces", + "test": "npm run test --workspaces --if-present", "format": "npm run format --workspaces", "op:inject": "npm run op:inject --workspaces", "docs": "typedoc"