We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
publish-docs
1 parent 052aa6b commit 2c36f54Copy full SHA for 2c36f54
package.json
@@ -23,7 +23,7 @@
23
"link:yarn": "lerna exec --parallel yarn link",
24
"lint": "lerna run --parallel lint",
25
"lint:eslint": "lerna run --parallel lint:eslint",
26
- "postpublish": "make publish-docs && lerna run --stream --concurrency 1 postpublish",
+ "postpublish": "lerna run --stream --concurrency 1 postpublish",
27
"test": "lerna run --ignore @sentry-internal/browser-integration-tests --ignore @sentry-internal/node-integration-tests --stream --concurrency 1 --sort test",
28
"test-ci": "ts-node ./scripts/test.ts"
29
},
0 commit comments