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

View file

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