提交 89438af4 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

fix typo in filename

上级 726a966f
......@@ -43,13 +43,13 @@ jobs:
- stage: pack
script:
- npm run test:pack && echo 'Npm pack testing is passed'
- npm run test:pack && echo 'Npm pack testing is passed' || travis_terminate 1
- stage: deploy
script:
- echo "Deploying to NPM ..."
- npm version
- if ./scripts/development-release.ts; then ./scripts/package-public-config-tag-next.ts; fi
- if ./scripts/development-release.ts; then ./scripts/package-publish-config-tag-next.ts; fi
- npm run dist
deploy:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册