dont build node modules

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