👷 remove duplicated publish ci (#1467)

This commit is contained in:
Kuitos 2021-05-25 14:52:46 +08:00 committed by GitHub
parent 62cfe6f9c7
commit ebca8882ef
4 changed files with 1 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@ -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",