Skip to content

Commit

Permalink
ci(release): fixed issue with release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Aug 5, 2022
1 parent 9d20837 commit 8e5588f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
node-version: lts/*
- name: Install dependencies
run: npm ci
- name: Install peer dependencies
run: npm run install:peers
- name: Test
run: npm test
- name: Build
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"lib/**/*"
],
"scripts": {
"install:peers": "npx npm-install-peers",
"prepare": "husky install",
"build": "tsc -p tsconfig.build.json",
"build:docs": "tsc -p tsconfig.doc.json",
Expand Down

0 comments on commit 8e5588f

Please sign in to comment.