File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -29,4 +29,3 @@ targets:
2929 onlyIfPresent : /^sentry-node-.*\.tgz$/
3030 config :
3131 canonical : ' npm:@sentry/node'
32- - name : gh-pages
Original file line number Diff line number Diff line change 1111 "lint" : " lerna run --stream --concurrency 1 lint" ,
1212 "lint:json" : " lerna run --stream --concurrency 1 lint:tslint:json" ,
1313 "test" : " lerna run --stream --concurrency 1 --sort test" ,
14- "codecov" : " codecov"
14+ "codecov" : " codecov" ,
15+ "postpublish" : " make publish-docs"
1516 },
1617 "volta" : {
1718 "node" : " 10.15.3" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,3 @@ zeus upload -t "application/javascript" ./packages/integrations/build/*
2020# Upload "apm" bundles
2121zeus upload -t " application/javascript" ./packages/apm/build/*
2222
23- # Upload docs
24- make build-docs
25- zip -r gh-pages ./docs/
26- zeus upload -t " application/zip+docs" ./gh-pages.zip
You can’t perform that action at this time.
0 commit comments