Skip to content

Commit 6755f56

Browse files
committed
fix(DIST-304): Rerelease the package
1 parent bdfbc54 commit 6755f56

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[
1111
"@semantic-release/exec",
1212
{
13-
"successCmd": "yarn run publish:github"
13+
"successCmd": "npm publish --registry https://registry.npmjs.org"
1414
}
1515
],
1616
"@semantic-release/git",

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python:
1010
- "3.6"
1111

1212
addons:
13-
# https://stackoverflow.com/questions/57903415/travis-ci-chrome-62-instead-of-77
13+
# https://stackoverflow.com/questions/57903415/travis-ci-chrome-62-instead-of-77
1414
chrome: stable
1515
firefox: "67.0"
1616

@@ -36,7 +36,7 @@ before_install:
3636
- export APPLITOOLS_BATCH_ID=`echo ${TRAVIS_PULL_REQUEST_SHA:=$TRAVIS_COMMIT}`
3737
- export AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY
3838
- export AWS_SECRET_ACCESS_KEY=$AWS_SECRET_KEY
39-
- npm config set '//registry.npmjs.org/:_authToken' ${NPM_TOKEN}
39+
- npm config set '//registry.npmjs.org/:_authToken' $NPM_TOKEN
4040
- npm config set '//npm.pkg.github.com/:_authToken' $GH_TOKEN
4141
- npm config set @typeform:registry https://npm.pkg.github.com/
4242

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"test:functional:run": "yarn cypress run --spec e2e/spec/functional/**/*",
3737
"test:debug": "yarn cypress open",
3838
"prepublish": "yarn run build",
39-
"travis-deploy-once": "yarn travis-deploy-once --pro",
40-
"publish:github": "npm config set '//npm.pkg.github.com/:_authToken' $GH_TOKEN && npm publish --registry https://npm.pkg.github.com"
39+
"travis-deploy-once": "yarn travis-deploy-once --pro"
4140
},
4241
"devDependencies": {
4342
"@applitools/eyes-cypress": "^3.12.0",

0 commit comments

Comments
 (0)