File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -29,4 +29,3 @@ targets:
29
29
onlyIfPresent : /^sentry-node-.*\.tgz$/
30
30
config :
31
31
canonical : ' npm:@sentry/node'
32
- - name : gh-pages
Original file line number Diff line number Diff line change 11
11
"lint" : " lerna run --stream --concurrency 1 lint" ,
12
12
"lint:json" : " lerna run --stream --concurrency 1 lint:tslint:json" ,
13
13
"test" : " lerna run --stream --concurrency 1 --sort test" ,
14
- "codecov" : " codecov"
14
+ "codecov" : " codecov" ,
15
+ "postpublish" : " make publish-docs"
15
16
},
16
17
"volta" : {
17
18
"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/*
20
20
# Upload "apm" bundles
21
21
zeus upload -t " application/javascript" ./packages/apm/build/*
22
22
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