make goreleaser include modules subdir

pull/20/head
Harvey Tindall 4 years ago
parent 9d62b70daa
commit 29775e2e75
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

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

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

Loading…
Cancel
Save