Skip to content

Commit fc450d0

Browse files
committed
Updated install step to deploy stage
1 parent 54203f8 commit fc450d0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.build/pre-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22

3+
npm ci
34
patchVersion=$(npm --no-git-tag version patch)
45
nextVersion=${patchVersion}-next."$(date +%Y%m%d%k%M%S)"
56
echo "${nextVersion:1}"

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
osx_image: xcode11
6060
language: node_js
6161
node_js: lts/erbium
62-
install: npm ci
62+
install: true
6363
script: true
6464
before_deploy:
6565
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null

0 commit comments

Comments
 (0)