Skip to content

Commit

Permalink
Merge pull request #30 from ecency/bugfix/ci
Browse files Browse the repository at this point in the history
Fixed peer dependencies installation in CI stage
  • Loading branch information
feruzm authored Aug 29, 2024
2 parents 446f219 + 16d6bd9 commit 59c1210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
node-version: 18
- run: yarn
- run: yarn build
- run: ./node_modules/.bin/install-self-peers
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"/dist"
],
"devDependencies": {
"@team-griffin/install-self-peers": "^1.1.1",
"@types/node": "^12.6.6",
"@types/react": "^16.8.23",
"@vitejs/plugin-react": "^4.2.0",
Expand Down

0 comments on commit 59c1210

Please sign in to comment.