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 6926c3a commit 62ccff1Copy full SHA for 62ccff1
.github/workflows/release.yml
@@ -19,6 +19,7 @@ jobs:
19
with:
20
node-version: 20
21
cache: 'npm'
22
+ - run: npm i -D patch-package
23
- run: npm ci
24
- run: npm run generate
25
- run: npm run lint
0 commit comments