Update Makefile (#3234)

This commit is contained in:
Patrick Quist
2022-01-05 16:20:26 +01:00
committed by GitHub
parent fb9c718eed
commit 23eaff0395

View File

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