1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 21:58:42 +03:00

build: run selector diff report on Travis

This commit is contained in:
Shawn Allen 2019-01-23 15:33:58 -08:00
parent 642d7fa90b
commit 8d7000cb4d

View File

@ -13,6 +13,10 @@ script:
- npm test
- script/check-versions
after_script:
- echo "generating selector diff report..."
- script/selector-diff-report
before_deploy:
# this will short-circuit the publish step if it fails to interpolate $NPM_API_KEY
- npm config set "//registry.npmjs.org/:_authToken=\${NPM_API_KEY}"