Remove the saas compilation from justfile's build action

No needed, the css must by compiled at avery scss' update
This commit is contained in:
Daniele Tonon
2023-05-23 11:17:59 +02:00
parent 770571d34c
commit bab0ecf038

View File

@@ -1,5 +1,4 @@
build:
sass -s compressed static/styles.scss static/styles.css
CC=$(which musl-gcc) go build -ldflags='-s -w -linkmode external -extldflags "-static"' -o ./njump
deploy: build