use npx to avoid looking for node_modules, get rid of useless

get_node_deps

makefile works without interaction by default now.
This commit is contained in:
Harvey Tindall
2020-10-18 00:57:53 +01:00
parent 8672d7dc18
commit 8e6cf799cd
9 changed files with 43 additions and 129 deletions
+3 -3
View File
@@ -12,9 +12,9 @@ before:
- python3 config/fixconfig.py -i config/config-base.json -o data/config-base.json
- python3 config/generate_ini.py -i config/config-base.json -o data/config-default.ini
- python3 -m pip install libsass
- python3 scss/get_node_deps.py
- python3 scss/compile.py -y
- python3 mail/generate.py -y
- npm install
- python3 scss/compile.py
- python3 mail/generate.py
- python3 version.py {{.Version}} version.go
- bash -c 'npx esbuild ts/* --outdir=data/static --minify'
- go get -u github.com/swaggo/swag/cmd/swag