workspacescursedingeneral

This commit is contained in:
Jacob Nguyen
2025-02-07 01:34:03 -06:00
parent 04141a4596
commit 38c564a7f7
5 changed files with 6325 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ jobs:
working-directory: ./packages/${{ github.event.inputs.package }}
- run: npm install
- run: npm run build --workspace @sern/${{ github.event.inputs.package }}
- run: npm run build -ws
- run: npm run test --workspace @sern/${{ github.event.inputs.package }}
- run: npm publish --workspace @sern/${{ github.event.inputs.package }}