dumbassyarn

This commit is contained in:
Jacob Nguyen
2025-02-07 00:05:50 -06:00
parent 16deb46977
commit 85918d2307
6 changed files with 2435 additions and 2585 deletions

View File

@@ -28,15 +28,12 @@ jobs:
node-version: 20
- run: corepack enable
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- run: yarn set version classic
working-directory: ./packages/${{ github.event.inputs.package }}
- run: yarn install --immutable
- run: yarn workspace @sern/ioc build
- run: yarn build
working-directory: ./packages/${{ github.event.inputs.package }}
- run: yarn test
working-directory: ./packages/${{ github.event.inputs.package }}
- run: yarn publish
- run: npm install
- run: npm build --workspace @sern/${{ github.event.inputs.package }}
- run: npm test --workspace @sern/${{ github.event.inputs.package }}
- run: npm publish --workspace @sern/${{ github.event.inputs.package }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
working-directory: ./packages/${{ github.event.inputs.package }}