Skip to content

Commit

Permalink
feat: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
boubkerbribri committed Jan 16, 2024
1 parent 0bf9db3 commit e58dc32
Show file tree
Hide file tree
Showing 6 changed files with 279 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml → .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: Lint And Typescript Checks

on:
pull_request:
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
run: npm ci

- name: Check TypeScript errors
run: npx tsc --strict
run: npx tsc --strict
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build dist
run: npm run build

- name: Publish version
run: npm publish
env:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/node_modules/*
dist
Loading

0 comments on commit e58dc32

Please sign in to comment.