Skip to content

Commit

Permalink
Merge pull request #3 from JDIZM/rm-lock-file
Browse files Browse the repository at this point in the history
chore: rm lock file and set moduleResolution to bundler
  • Loading branch information
JDIZM authored Feb 9, 2024
2 parents 07fc7ff + ac3e312 commit c0df179
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8,072 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: volta-cli/action@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm install
- run: npm run lint
- run: npm run format:check
- run: npm run tsc:check
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: volta-cli/action@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm install
- run: npm run lint
- run: npm run format:check
- run: npm run tsc:check
Expand All @@ -26,15 +26,12 @@ jobs:
needs: test-and-build
steps:
- uses: actions/checkout@v3
# - uses: volta-cli/action@v3
# with:
# node-version: 20
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm install
- run: npm run build:esm
- run: npm publish --access public
env:
Expand Down
Loading

0 comments on commit c0df179

Please sign in to comment.