1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

Fixes and rebases

This commit is contained in:
Amir Raminfar
2021-10-29 09:33:59 -07:00
parent 6b3f5822a5
commit 17a0e3a62d
6 changed files with 8158 additions and 7991 deletions

View File

@@ -5,13 +5,13 @@ clean:
.PHONY: static
static:
@yarn build
@pnpm build
.PHONY: fake_static
fake_static:
@echo 'Skipping yarn build'
@echo 'Skipping asset build'
@mkdir -p static
@echo "yarn build was skipped" > static/index.html
@echo "assets build was skipped" > static/index.html
.PHONY: test
test: fake_static
@@ -27,7 +27,7 @@ docker:
.PHONY: dev
dev:
yarn dev
pnpm dev
.PHONY: int
int: