File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 10
10
[
11
11
"@semantic-release/exec",
12
12
{
13
- "successCmd": "yarn run publish:github "
13
+ "successCmd": "npm publish --registry https://registry.npmjs.org "
14
14
}
15
15
],
16
16
"@semantic-release/git",
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ python:
10
10
- " 3.6"
11
11
12
12
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
14
14
chrome : stable
15
15
firefox : " 67.0"
16
16
@@ -36,7 +36,7 @@ before_install:
36
36
- export APPLITOOLS_BATCH_ID=`echo ${TRAVIS_PULL_REQUEST_SHA:=$TRAVIS_COMMIT}`
37
37
- export AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY
38
38
- 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
40
40
- npm config set '//npm.pkg.github.com/:_authToken' $GH_TOKEN
41
41
- npm config set @typeform:registry https://npm.pkg.github.com/
42
42
Original file line number Diff line number Diff line change 36
36
"test:functional:run" : " yarn cypress run --spec e2e/spec/functional/**/*" ,
37
37
"test:debug" : " yarn cypress open" ,
38
38
"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"
41
40
},
42
41
"devDependencies" : {
43
42
"@applitools/eyes-cypress" : " ^3.12.0" ,
You can’t perform that action at this time.
0 commit comments