From e4174373550138fb1b0317e927436b3d3c2df874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Thu, 20 Dec 2018 12:50:41 +0100 Subject: [PATCH] Minify standalone --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index caeb4c8e8c..3c0c0cebe4 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ prepublish: make test publish: prepublish - ./node_modules/.bin/lerna publish --force-publish="@babel/runtime,@babel/runtime-corejs2,@babel/standalone,@babel/preset-env-standalone" + ./node_modules/.bin/lerna publish --force-publish="@babel/runtime,@babel/runtime-corejs2,@babel/standalone,@babel/preset-env-standalone" --require-scripts make clean bootstrap: clean-all