only call node_modules

This commit is contained in:
jkoberg
2021-10-15 15:18:27 +02:00
parent d169bba0bb
commit ef9ee8726e
+1 -4
View File
@@ -29,10 +29,7 @@ ci-go-generate: # CI runs ci-node-generate automatically before this target
ci-node-generate: yarn-build
.PHONY: yarn-build
yarn-build:
yarn lint
yarn test
yarn build
yarn-build: node_modules
.PHONY: node_modules
node_modules: