Skip to content

Commit

Permalink
ci: add dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
hejkerooo committed May 29, 2024
1 parent ef82bbd commit 3f206c5
Show file tree
Hide file tree
Showing 5 changed files with 5,663 additions and 2,741 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: npm ci

- name: Run build
run: npm run dev
run: npm run build
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: npm ci

- name: Run build
run: npm run dev
run: npm run build

- name: Bump package version
run: |
Expand Down
Loading

0 comments on commit 3f206c5

Please sign in to comment.