Skip to content

Commit

Permalink
chore: removed build part
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 6, 2024
1 parent dd7cbff commit e8bd5b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
run: npm install
- name: Install package (development)
run: npm install --only=dev
- name: Build package
run: npm run build
- name: Verify Javascript code linting
run: npm run lint
- name: Run unit tests
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
run: npm install
- name: Install package (development)
run: npm install --only=dev
- name: Build package
run: npm run build
- name: Verify Javascript code linting
run: npm run lint
- name: Run unit tests
Expand Down

0 comments on commit e8bd5b9

Please sign in to comment.