Skip to content

Commit

Permalink
forgot .js
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool committed Jan 2, 2024
1 parent 68fefc5 commit e2a01b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const commands = [
"tailwindcss -i gen/mods/index.css -o dist/mods/index.css --minify",
"html-minifier --input-dir ./gen --output-dir ./dist --collapse-whitespace --file-ext html",
"node copy-media.js",
"node generate-scoop-cli",
"node generate-scoop-cli.js",
]

for (let command of commands) {
Expand Down

0 comments on commit e2a01b3

Please sign in to comment.