File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,12 @@ language: node_js
22node_js :
33 - 7
44
5- before_install :
6- - npm config set "//registry.npmjs.org/:_authToken=\${NPM_API_KEY}"
5+ env :
6+ global :
7+ # npm
8+ - secure : " EZewKKWQXmtCwPtYrPZq4OQblv2OyXR61qBIl3pOxGNVG2BCjD6VOgSaiYqkA9Qbt+ihfwQkiiLvTB68gbvRSiBFV9i+XLzKzt4S8CDI5RhTLAxZB3eQFVZRYzldchzWI4sdNhTvYS1kYXmsXQZD6vJmPSnFvOI/ddfzqvnNL4M="
9+ # github
10+ - secure : " J+1oWjvvXjyrwkY/4IFWKdN/weFmQcPwlRuFG4R0Gb3rYe4nqtC9l68sJvmS8asc8dQMhOhcUZCH6sjvo7l2WD4NuK4umPSbs+rJNUsfbvH4pZjStQIj/3ll1OfQelGDWAYQWhIfciYY4F3Bp0ZWTfKOppLQ2AVIYu1fPVXDdlo="
711
812before_script :
913 - lerna bootstrap
@@ -12,6 +16,8 @@ script:
1216 - npm test
1317
1418after_success :
19+ # this will short-circuit the publish step if it fails to interpolate $NPM_API_KEY
20+ - npm config set "//registry.npmjs.org/:_authToken=\${NPM_API_KEY}"
1521 # copy the CHANGELOG.md primer-css for publishing
1622 - cp CHANGELOG.md modules/primer-css
1723 - script/after_success
You can’t perform that action at this time.
0 commit comments