* move ts-node to normal dependencies

* always install everything

* need node things to precommit
This commit is contained in:
Patrick Quist
2022-01-01 15:18:13 +01:00
committed by GitHub
parent d489044f96
commit b03f6a7e7b
3 changed files with 3 additions and 3 deletions

View File

@@ -35,8 +35,7 @@ prereqs: node_modules
NODE_MODULES=.npm-updated
$(NODE_MODULES): package.json | node-installed
$(NPM) install --only=prod $(NPM_FLAGS)
$(NPM) install --only=dev $(NPM_FLAGS)
$(NPM) install $(NPM_FLAGS)
@rm -rf node_modules/.cache/esm/*
@touch $@