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 }}

View File

@@ -1 +0,0 @@
nodeLinker: node-modules

2424
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "tools",
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@3.6.1",
"private": true,
"workspaces": [
"packages/*"

View File

@@ -23,9 +23,12 @@
"vitest": "^1.0.0"
},
"keywords": [],
"author": "",
"author": "jacoobes",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"directories": {
"test": "test"
}
}

2573
yarn.lock

File diff suppressed because it is too large Load Diff