From 55971f80aead62ebfde710300d4e41c23d19f4d9 Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Wed, 23 Sep 2020 15:22:38 -0400 Subject: [PATCH] Add back prepublish script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7f7f8e1..03fdf0a 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "test": "lerna run test --", "lint": "lerna run lint -- --fix", "build": "lerna run build", + "prepublish": "lerna run prepublish", "start:app": "yarn run build && yarn --cwd example && yarn --cwd example start", "cypress": "cypress run", "cypress:open": "cypress open",