mirror of
https://github.com/web3privacy/news.git
synced 2024-10-15 18:06:26 +02:00
Update Makefile
This commit is contained in:
parent
ae90fc3c67
commit
27357efe50
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue