Skip to content

Commit 0b05f72

Browse files
committed
updating workflow and ignore
1 parent 797d1e7 commit 0b05f72

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish-npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
uses: borales/actions-yarn@v4
2525
with:
26-
cmd: install
26+
cmd: install --frozen-lockfile
2727

2828
- name: Build production bundle
2929
uses: borales/actions-yarn@v4

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ src/index.js.map
44
src/index.js
55
src/index.d.ts
66
yalc.lock
7-
.yalc
7+
.yalc
8+
.npmrc

0 commit comments

Comments
 (0)