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 bfaf436 commit 5a90ce5Copy full SHA for 5a90ce5
.github/workflows/Release.yml
@@ -21,6 +21,9 @@ jobs:
21
with:
22
node-version: 16
23
24
+ - name: Enable corepack
25
+ run: corepack enable
26
+
27
- name: Install Dependencies
28
run: pnpm install
29
- name: Build
.prettierignore
@@ -13,3 +13,4 @@
13
# ignore files
14
/CHANGELOG.md
15
/.github/ISSUE_TEMPLATE/
16
+/pnpm-lock.yaml
0 commit comments