Skip to content

Commit

Permalink
ci: add tsup as a TypeScript bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelJCamara committed Jan 11, 2025
1 parent 7d257f8 commit 733799b
Show file tree
Hide file tree
Showing 5 changed files with 1,605 additions and 41 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build with tsup
run: npm run build

- name: Semantic Release
run: npx semantic-release
env:
Expand Down
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules/
src/
tests/
tsconfig.json
tsup.config.ts
*.log
Loading

0 comments on commit 733799b

Please sign in to comment.