8000 chore: remove unused Makefile (#5999) · vaind/sentry-javascript@ad64c2b · GitHub
[go: up one dir, main page]

Skip to content

Commit ad64c2b

Browse files
authored
chore: remove unused Makefile (getsentry#5999)
* stop running `publish-docs` on postpublish This is currently broken, see getsentry#3871 * remove unused Makefile Make commands are currently not used. Once/if we bring typedoc back, we can also bring this back (one way or another).
1 parent ce68f87 commit ad64c2b

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

Makefile

Lines changed: 0 additions & 25 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"link:yarn": "lerna exec --parallel yarn link",
2424
"lint": "lerna run --parallel lint",
2525
"lint:eslint": "lerna run --parallel lint:eslint",
26-
"postpublish": "make publish-docs && lerna run --stream --concurrency 1 postpublish",
26+
"postpublish": "lerna run --stream --concurrency 1 postpublish",
2727
"test": "lerna run --ignore @sentry-internal/browser-integration-tests --ignore @sentry-internal/node-integration-tests --stream --concurrency 1 --sort test",
2828
"test-ci": "ts-node ./scripts/test.ts"
2929
},

0 commit comments

Comments
 (0)
0