Skip to content

Commit

Permalink
馃懛 remove duplicated publish ci (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos committed May 25, 2021
1 parent 62cfe6f commit ebca888
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-1.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- run: yarn
- run: yarn ci
- run: yarn publish --tag qiankun1
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- run: yarn
- run: yarn ci
- run: yarn publish --tag latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- run: yarn
- run: yarn ci
- run: yarn publish --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"start:vue3": "cd examples/vue3 && yarn start",
"build": "father-build",
"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:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
"lint:fix": "yarn lint:js -- --fix",
Expand Down

0 comments on commit ebca888

Please sign in to comment.