Skip to content

Commit

Permalink
refactor: update package manager commands in npm-publish.yml and remo…
Browse files Browse the repository at this point in the history
…ve unnecessary code
  • Loading branch information
gabriel-logan committed Oct 4, 2024
1 parent f37d0d8 commit 8d8d220
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: rm -rf node_modules
- run: yarn install
- run: yarn test
env:
Expand All @@ -41,7 +40,6 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: rm -rf node_modules
- run: yarn install
- run: yarn build
- run: npm publish
Expand Down
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
modulePathIgnorePatterns: ['<rootDir>/docs/'],
};

0 comments on commit 8d8d220

Please sign in to comment.