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 54203f8 commit fc450d0Copy full SHA for fc450d0
.build/pre-release.sh
@@ -1,5 +1,6 @@
1
#!/usr/bin/env bash
2
3
+npm ci
4
patchVersion=$(npm --no-git-tag version patch)
5
nextVersion=${patchVersion}-next."$(date +%Y%m%d%k%M%S)"
6
echo "${nextVersion:1}"
.travis.yml
@@ -59,7 +59,7 @@ jobs:
59
osx_image: xcode11
60
language: node_js
61
node_js: lts/erbium
62
- install: npm ci
+ install: true
63
script: true
64
before_deploy:
65
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
0 commit comments