✅🧱 add tests & ci changes
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
.PHONY: run build
|
||||
|
||||
build:
|
||||
docker build -t frontend-alpinejs .
|
||||
.PHONY: run build dev start lint
|
||||
|
||||
run:
|
||||
docker run -p 8090:8090 frontend-alpinejs
|
||||
deno run --allow-net --allow-read --allow-write --allow-env --allow-run main.ts
|
||||
|
||||
start:
|
||||
deno task start
|
||||
|
||||
build:
|
||||
docker build -t handheld-devices-frontend .
|
||||
|
||||
lint:
|
||||
deno check main.ts
|
||||
|
||||
Reference in New Issue
Block a user