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 8e9560e commit d09fe47Copy full SHA for d09fe47
.github/workflows/main.yml
@@ -17,6 +17,6 @@ jobs:
17
node-version: 16.x
18
cache: "pnpm"
19
20
- - run: pnpm install
+ - run: pnpm install --no-frozen-lockfile
21
- run: pnpm run lint && pnpm run build
22
- run: pnpm test
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
23
- name: Create Release Pull Request or Publish
24
id: changesets
25
uses: changesets/action@v1
0 commit comments