fix just.

This commit is contained in:
fiatjaf
2023-02-08 15:29:05 -03:00
parent 341f2bcb8d
commit df169ea42b
3 changed files with 4 additions and 8 deletions

View File

@@ -3,12 +3,6 @@ export PATH := "./node_modules/.bin:" + env_var('PATH')
install-dependencies:
yarn --ignore-engines
deps-installed := `ls node_modules`
install-and-build:
if deps-installed != "node_modules" { install-dependencies }
build
build:
node build.js