mirror of
https://github.com/primer/css.git
synced 2025-01-04 12:22:17 +03:00
Setting up after_success for travisci
This commit is contained in:
parent
454a884146
commit
bf8942aef4
@ -30,3 +30,5 @@ env:
|
||||
- TEST_DIR=modules/primer-truncate
|
||||
- TEST_DIR=modules/primer-utilities
|
||||
script: cd $TEST_DIR && npm install && npm test
|
||||
after_success:
|
||||
"npm run devbuild"
|
||||
|
@ -9,7 +9,8 @@
|
||||
"skipgit": "lerna publish --skip-git",
|
||||
"dev": "lerna publish --npm-tag=dev",
|
||||
"rc": "lerna publish --npm-tag=rc",
|
||||
"force": "lerna publish --force-publish=*"
|
||||
"force": "lerna publish --force-publish=*",
|
||||
"devbuild": "echo '👻'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"lerna": "^2.0.0-rc.5"
|
||||
|
Loading…
Reference in New Issue
Block a user