Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ targets:
onlyIfPresent: /^sentry-node-.*\.tgz$/
config:
canonical: 'npm:@sentry/node'
- name: gh-pages
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"lint": "lerna run --stream --concurrency 1 lint",
"lint:json": "lerna run --stream --concurrency 1 lint:tslint:json",
"test": "lerna run --stream --concurrency 1 --sort test",
"codecov": "codecov"
"codecov": "codecov",
"postpublish": "make publish-docs"
},
"volta": {
"node": "10.15.3",
Expand Down
4 changes: 0 additions & 4 deletions scripts/pack-and-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ zeus upload -t "application/javascript" ./packages/integrations/build/*
# Upload "apm" bundles
zeus upload -t "application/javascript" ./packages/apm/build/*

# Upload docs
make build-docs
zip -r gh-pages ./docs/
zeus upload -t "application/zip+docs" ./gh-pages.zip