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 eb5e4ce commit 658e004Copy full SHA for 658e004
.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
node-version: ${{ matrix.node-version }}
23
- run: yarn --frozen-lockfile
24
+ - run: yarn prepack
25
- run: yarn test
26
27
lint:
0 commit comments