mirror of
https://github.com/primer/css.git
synced 2025-01-07 14:58:54 +03:00
build: run selector diff report on Travis
This commit is contained in:
parent
642d7fa90b
commit
8d7000cb4d
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user