This commit is contained in:
Jacob Nguyen
2024-07-18 17:29:54 -05:00
parent 733daaa8d2
commit 9787feda14

View File

@@ -28,10 +28,10 @@ jobs:
node-version: 20
- run: corepack enable
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- run: yarn workspace @sern/ioc build
- 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