diff --git a/Makefile b/Makefile index 70e2a71..061483d 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,8 @@ docker: build: yarn go-build yarn: - yarn && yarn version --new-version $(VERSION) && NODE_OPTIONS=--openssl-legacy-provider yarn build + yarn && NODE_OPTIONS=--openssl-legacy-provider yarn build +# && yarn version --new-version $(VERSION) go-build: echo "VERSION: $(VERSION)"