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.
1 parent b7fd48b commit c6fe4cfCopy full SHA for c6fe4cf
.github/workflows/release.yml
@@ -30,4 +30,9 @@ jobs:
30
# not being installed.
31
- run: npm ci
32
- run: npm run build
33
- - run: npx lerna publish from-package --yes --no-verify-access
+ - run: npm publish --workspace packages/base-rollup-config
34
+ - run: npm publish --workspace packages/eslint-config
35
+ - run: npm publish --workspace packages/internal-playwright-helpers
36
+ - run: npm publish --workspace packages/internal-playwright-testids
37
+ - run: npm publish --workspace packages/internal-test-env
38
+ - run: npm publish --workspace packages/jest-jsdom-polyfills
0 commit comments