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 fb1ed02 commit c7f6d1dCopy full SHA for c7f6d1d
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/setup-node@v3
20
with:
21
node-version: 16.18
22
- cache: 'yarn'
+ cache: "yarn"
23
registry-url: https://registry.npmjs.org/
24
25
- name: Install Dependencies
@@ -40,7 +40,7 @@ jobs:
40
NODE_AUTH_TOKEN: ${{ secrets.JIGSAW_AUTH_TOKEN }}
41
run: |
42
# Publishes pre-release versions of any changed packages
43
- yarn lerna publish \
+ yarn lerna publish from-package \
44
--dist-tag next \
45
--ignore-scripts \
46
--canary \
0 commit comments