Skip to content

Commit

Permalink
Add reset button
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrk24 committed Mar 13, 2024
1 parent aebab69 commit e29c7d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Run build script
shell: bash
run: |
npm ci --no-fund
npm ci --omit dev --no-fund
npm run build
- uses: actions/upload-pages-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
</head>
<body>
<form>
<button type="reset">Reset</button>
<table>
<thead>
<tr>
Expand Down

0 comments on commit e29c7d1

Please sign in to comment.