File tree Expand file tree Collapse file tree 4 files changed +26
-79
lines changed
Expand file tree Collapse file tree 4 files changed +26
-79
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ language : node_js
2+ node_js :
3+ - " 10"
4+
5+ script :
6+ - yarn compile
7+ - yarn docz:build
8+
9+ deploy :
10+ - provider : pages
11+ skip-cleanup : true
12+ github-token : $GITHUB_TOKEN
13+ keep-history : true
14+ local-dir : .docz/dist
15+ on :
16+ branch : master
17+ - provider : script
18+ script : bash scripts/publish.sh
19+ skip-cleanup : true
20+ on :
21+ tags : true
Original file line number Diff line number Diff line change 1414 "lint" : " npm-run-all lint:*" ,
1515 "lint:ts" : " tslint -c tslint.json './packages/**/*.ts*(x)'" ,
1616 "release" : " lerna version prerelease" ,
17+ "pretest" : " npm-run-all lint" ,
1718 "test" : " echo \" Tests coming soon. I'm aware that's not ideal.\" "
1819 },
1920 "dependencies" : {
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ echo " //registry.npmjs.org/:_authToken=${NPM_TOKEN} " > ~ /.npmrc
4+ ./node_modules/.bin/lerna publish from-git --yes
You can’t perform that action at this time.
0 commit comments