Skip to content

Commit f239301

Browse files
committed
Fix npm publish
1 parent ff02931 commit f239301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
- stage: Deploy
1919
# We have already run tests
2020
script: npm run build
21-
# We want to run install step and keep built files for release
22-
skip_cleanup: true
2321
if: tag is not blank
2422
# We run `release-it` locally (which tagged the commit and create a
2523
# GitHub release) but we publish to npm only after CI success.
@@ -30,6 +28,8 @@ jobs:
3028
secure: 'ZljD9b31Bgm7F4wGpo/qXtEyvTd0nnehtWHWwGquZgVFx/jGDCBFuAauP0BfBvUe762tHKN6dIqvZ/0wmM1FvCQjx/TLEPcJALN4u+wzEAQ55pU4utCoFaqGISpPRpo15DKwqzdgh8JwWeLGcFnQHsEcA+5Nbtlstv9R+5GocElxXrDSReA1U0SCtZgkcOPjlc1AFiNg67FtCI3KSTeTtJOXF8qBzU+lNTjxvjXcf6EzbeziluWMkQ9wPFUInFIABXBECHg4ErDlYe5f8t6A9BU+SwxgCPBi03IoKcHXxP6PwpxVQwBra1EIj2vRs++SB/1K8b6KVI/b2PVubpvDsmxQeSSpX49qYQEz3OYArU/lQF51FN8zgzyRsbXPJDadJVno2eXGqurhgZh46OHbI7Z7DkdwlLMfswvw3NhpB4iAmbgxU4S5KoyWLFoUbAtaATPDOiPXFHE43wO022vheOmwqVYVYrAumT0vrTfuSn51+3P7+EsVj79mnwim4F/D5qp1QCck5L6aQm/EV/MHosGgtfD1f7RwKfY3HhNvb6GLf5mMXiGdqf6a+GzeJsuF0cytSehmiaplgcH2P6TsamYtK1o+YJ7L8fkzDt2ghamdUm8sjL374FBPP3aLcLhE/KRc73iORI3WrixmnqbUloPFi/mlXBrNAtGcUyPbKVw='
3129
on:
3230
tags: true
31+
# We want to run install step and keep built files for release
32+
skip_cleanup: true
3333
cache: npm
3434
# This merges all LCOV files into one before sending to Coveralls, allowing
3535
# code coverage percentage to include OS/environment-specific coverage.

0 commit comments

Comments
 (0)