Skip to content

Commit

Permalink
make goreleaser include modules subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Oct 22, 2020
1 parent 9d62b70 commit 29775e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ archives:
- data/*
- data/templates/*
- data/static/*
- data/static/modules/*
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down
2 changes: 0 additions & 2 deletions ts/accounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ window.changeEmail = (icon: HTMLElement, id: string): void => {
icon.parentNode.appendChild(cross);
};

console.log("bruh");

(<HTMLInputElement>document.getElementById('selectAll')).onclick = function (): void {
const checkboxes: NodeListOf<HTMLInputElement> = document.getElementById('accountsList').querySelectorAll('input[type=checkbox]');
for (let i = 0; i < checkboxes.length; i++) {
Expand Down

0 comments on commit 29775e2

Please sign in to comment.