Thanks to visit codestin.com Credit goes to github.com
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 5c33981 commit 42c07b8Copy full SHA for 42c07b8
build-js.sh
@@ -17,7 +17,7 @@ npm run test
17
popd >/dev/null
18
19
pushd ts >/dev/null
20
-if [[ "${APPVEYOR_REPO_BRANCH}" == "master" ]] && [[ -z "${APPVEYOR_PULL_REQUEST_NUMBER}" ]]
+if [[ "${TRAVIS_BRANCH}" == "master" ]] && [[ "${TRAVIS_PULL_REQUEST}" == "false" ]]
21
then
22
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
23
npm publish || true
0 commit comments