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:
parent
50e6f4c9a2
commit
fa38af4503
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user