Skip to content

Commit 0082eef

Browse files
committed
Added ci step to deployment
1 parent 29bccd6 commit 0082eef

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
@@ -56,7 +56,7 @@ jobs:
5656
osx_image: xcode11
5757
language: node_js
5858
node_js: lts/erbium
59-
install: npm ci
59+
install: true
6060
script: true
6161
before_deploy:
6262
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
@@ -68,6 +68,6 @@ jobs:
6868
branch: develop
6969
- provider: script
7070
skip_cleanup: false
71-
script: npm publish
71+
script: npm ci && npm publish
7272
on:
7373
tags: true

0 commit comments

Comments
 (0)