Skip to content

Commit 449c95d

Browse files
authored
Merge pull request #4 from itsarunkumar/dev
force installation of packages due to peer dependency
2 parents f19ead3 + c330cba commit 449c95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: '18.x'
2121
registry-url: 'https://registry.npmjs.org'
2222

23-
- run: npm ci
23+
- run: npm i -ff
2424

2525
- run: npm publish --access public
2626

0 commit comments

Comments
 (0)