Update Makefile

This commit is contained in:
Adam Sobotka 2024-04-03 16:41:45 +02:00 committed by GitHub
parent ae90fc3c67
commit 27357efe50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ build:
deno run --allow-all utils/build.js
images:
deno run --allow-all utils/images.js
# deno run --allow-all utils/images.js
frontend:
cd web && npm install && npm run build
@ -19,4 +19,4 @@ compile:
cp -r web/dist/** dist
fmt:
deno fmt utils/*.js
deno fmt utils/*.js