未验证 提交 92e2f269 编写于 作者: J JJ Kasper 提交者: GitHub

Remove list_dist from debugging (#7148)

上级 d80aea45
...@@ -79,11 +79,6 @@ commands: ...@@ -79,11 +79,6 @@ commands:
- run: - run:
name: Potentially save npm token name: Potentially save npm token
command: '([[ ! -z $NPM_TOKEN ]] && echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc) || echo "Did not write npm token"' command: '([[ ! -z $NPM_TOKEN ]] && echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc) || echo "Did not write npm token"'
list_dist:
steps:
- run:
name: List dist files
command: 'ls **/dist/*'
publish_canary: publish_canary:
steps: steps:
- run: - run:
...@@ -134,7 +129,6 @@ jobs: ...@@ -134,7 +129,6 @@ jobs:
steps: steps:
- *attach_workspace - *attach_workspace
- save_npm_token - save_npm_token
- list_dist
- publish_canary - publish_canary
- publish_stable - publish_stable
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册