We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797d1e7 commit 0b05f72Copy full SHA for 0b05f72
.github/workflows/publish-npm.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
uses: borales/actions-yarn@v4
25
with:
26
- cmd: install
+ cmd: install --frozen-lockfile
27
28
- name: Build production bundle
29
.gitignore
@@ -4,4 +4,5 @@ src/index.js.map
4
src/index.js
5
src/index.d.ts
6
yalc.lock
7
-.yalc
+.yalc
8
+.npmrc
0 commit comments