mirror of
https://github.com/primer/css.git
synced 2024-11-10 16:07:25 +03:00
testing with deploy script
This commit is contained in:
parent
2e44d06204
commit
a5727207aa
@ -30,4 +30,8 @@ env:
|
||||
- TEST_DIR=modules/primer-truncate
|
||||
- TEST_DIR=modules/primer-utilities
|
||||
script: cd $TEST_DIR && npm install && npm test
|
||||
after_success: npm run devbuild
|
||||
deploy:
|
||||
provider: npm
|
||||
script: npm run devbuild
|
||||
except:
|
||||
- master
|
||||
|
Loading…
Reference in New Issue
Block a user