Skip to content

Commit

Permalink
exclude ws project
Browse files Browse the repository at this point in the history
  • Loading branch information
stkevintan committed Jan 9, 2024
1 parent a139b05 commit 1408261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# - run: git branch --track main origin/main

- run: pnpm nx format:check
- run: pnpm nx affected -t lint,test,build --parallel=3
- run: pnpm nx affected -t lint,test,build --parallel=3 --exclude='tag:wip'
- name: Publish
run: |
npm config set provenance true
Expand Down
2 changes: 1 addition & 1 deletion packages/ws/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
}
}
},
"tags": []
"tags": ["wip"]
}

0 comments on commit 1408261

Please sign in to comment.