Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mpppk committed Jan 1, 2025
1 parent d939f58 commit e737f45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e737f45

Please sign in to comment.