Revert "Fixed deployment scripts"

This commit is contained in:
2025-02-16 22:30:34 +11:00
committed by GitHub
parent 357b4251ad
commit 9da261aae2
2 changed files with 0 additions and 9 deletions

View File

@@ -27,9 +27,6 @@ jobs:
chmod +x tailwindcss
sudo mv tailwindcss /usr/local/bin/
- name: Run init
run: make init
- name: Run tests
run: make test

View File

@@ -26,9 +26,3 @@ test:
clean:
go clean
init:
go mod init projectreshoot
go mod tidy
go generate