hackclub-verification/justfile

13 lines
160 B
Makefile
Raw Permalink Normal View History

2024-09-25 00:22:35 +00:00
dev:
npm run dev
populate-env:
coffee src/scripts/populate_env.coffee -n
run file:
coffee {{file}} -n
build:
npm run build