👷 remove duplicated publish ci (#1467)
This commit is contained in:
parent
62cfe6f9c7
commit
ebca8882ef
1
.github/workflows/publish-1.x.yml
vendored
1
.github/workflows/publish-1.x.yml
vendored
|
|
@ -20,7 +20,6 @@ jobs:
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
|
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn ci
|
|
||||||
- run: yarn publish --tag qiankun1
|
- run: yarn publish --tag qiankun1
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
||||||
|
|
|
||||||
1
.github/workflows/publish-latest.yml
vendored
1
.github/workflows/publish-latest.yml
vendored
|
|
@ -20,7 +20,6 @@ jobs:
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
|
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn ci
|
|
||||||
- run: yarn publish --tag latest
|
- run: yarn publish --tag latest
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
||||||
|
|
|
||||||
1
.github/workflows/publish-next.yml
vendored
1
.github/workflows/publish-next.yml
vendored
|
|
@ -18,7 +18,6 @@ jobs:
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
|
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn ci
|
|
||||||
- run: yarn publish --tag next
|
- run: yarn publish --tag next
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
"start:vue3": "cd examples/vue3 && yarn start",
|
"start:vue3": "cd examples/vue3 && yarn start",
|
||||||
"build": "father-build",
|
"build": "father-build",
|
||||||
"release": "np --no-cleanup --yolo --no-publish",
|
"release": "np --no-cleanup --yolo --no-publish",
|
||||||
"prepublishOnly": "yarn lint && yarn test && yarn build",
|
"prepublishOnly": "yarn ci",
|
||||||
"lint": "yarn lint:js && yarn lint:prettier",
|
"lint": "yarn lint:js && yarn lint:prettier",
|
||||||
"lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
|
"lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
|
||||||
"lint:fix": "yarn lint:js -- --fix",
|
"lint:fix": "yarn lint:js -- --fix",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user