diff --git a/Makefile b/Makefile index 16307b9..820c365 100644 --- a/Makefile +++ b/Makefile @@ -10,13 +10,8 @@ help: ## Lists all available make tasks and some short documentation about them # Installs npm dependencies node_modules: - yarn set version self yarn install --immutable @touch $@ -# node_modules: -# yarn set version 3.2.1 -# yarn install --immutable -# @touch $@ build-browser: build # build dependencies $(yarn_run) umd --no-stats