We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33cfb0a commit 2daef64Copy full SHA for 2daef64
1 file changed
.travis.yml
@@ -27,13 +27,10 @@ jobs:
27
- npm run test:lib:coverage
28
- npm run report-coverage:lib
29
skip_cleanup: true
30
- - stage: build
+ - stage: build & deploy
31
script:
32
- npm run build:lib
33
- npm run build:demo
34
- skip_cleanup: true
35
- - stage: release
36
- script:
37
- npm run publish
38
39
if: branch = master
0 commit comments