Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Dec 16, 2023
1 parent adb3353 commit 088bccf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm ci
npm i @nx/nx-linux-x64-gnu@^17.2.5
npm i @rollup/rollup-linux-x64-gnu
npm run coverage
npm run docs
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm ci
npm i @nx/nx-linux-x64-gnu@^17.2.5
npm i @rollup/rollup-linux-x64-gnu
npm run release

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,5 @@
"typedoc-theme-hierarchy": "^4.0.0",
"typescript": "^5.1.6",
"vitest": "^1.0.4"
},
"dependencies": {
"@nx/nx-linux-x64-gnu": "^17.2.5",
"@rollup/rollup-linux-x64-gnu": "^4.9.0"
}
}
}

0 comments on commit 088bccf

Please sign in to comment.