mirror of
https://github.com/sern-handler/tools
synced 2026-06-28 02:32:22 +00:00
dumbassyarn
This commit is contained in:
15
.github/workflows/npm-publish.yml
vendored
15
.github/workflows/npm-publish.yml
vendored
@@ -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 }}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
nodeLinker: node-modules
|
||||
2424
package-lock.json
generated
Normal file
2424
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tools",
|
||||
"packageManager": "yarn@3.6.3",
|
||||
"packageManager": "yarn@3.6.1",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
||||
@@ -23,9 +23,12 @@
|
||||
"vitest": "^1.0.0"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"author": "jacoobes",
|
||||
"license": "ISC",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user