1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 04:43:05 +03:00

on all branches

This commit is contained in:
Jon Rohan 2017-07-07 13:13:44 -07:00
parent 50e6f4c9a2
commit fa38af4503
2 changed files with 3 additions and 5 deletions

View File

@ -2,7 +2,6 @@ language: node_js
node_js:
- '7'
env:
- TEST_DIR=.
- TEST_DIR=modules/primer-css
- TEST_DIR=modules/primer-core
- TEST_DIR=modules/primer-product
@ -34,5 +33,5 @@ script: cd $TEST_DIR && npm install && npm test
deploy:
provider: script
script: npm run devbuild
except:
- master
on:
all_branches: true

View File

@ -10,8 +10,7 @@
"dev": "lerna publish --npm-tag=dev",
"rc": "lerna publish --npm-tag=rc",
"force": "lerna publish --force-publish=*",
"devbuild": "echo '👻'",
"test": "echo '🎃'"
"devbuild": "echo '👻' & echo cwd"
},
"devDependencies": {
"lerna": "^2.0.0-rc.5"