diff --git a/Makefile b/Makefile index 0fa4456ce..7cc29e20d 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,10 @@ all: dev-setup lint build-js-production test test-php # Dev env management -dev-setup: clean clean-dev npm-init +dev-setup: clean npm-init npm-init: - npm install + npm ci composer-init: composer install --prefer-dist @@ -62,9 +62,6 @@ stylelint-fix: clean: rm -rf js -clean-dev: - rm -rf node_modules - # Builds the source package for the app store, ignores php and js tests appstore: krankerl package