make goreleaser include modules subdir

This commit is contained in:
Harvey Tindall 2020-10-22 18:13:11 +01:00
parent 9d62b70daa
commit 29775e2e75
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
2 changed files with 1 additions and 2 deletions

View File

@ -41,6 +41,7 @@ archives:
- data/*
- data/templates/*
- data/static/*
- data/static/modules/*
checksum:
name_template: 'checksums.txt'
snapshot:

View File

@ -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++) {