From 595e800347dc20c7b617b7b8cf9b91d3af175043 Mon Sep 17 00:00:00 2001 From: moklick Date: Thu, 22 Oct 2020 18:23:04 +0200 Subject: [PATCH] fix(package-json): remove postinstall task --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 8126e2fc..45704ad2 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,7 @@ "test:firefox": "cypress run --browser firefox", "test:all": "npm run test:chrome && npm run test:firefox", "test": "npm run dev:wait test:chrome", - "release": "release-it", - "postinstall": "cd example && npm install" + "release": "release-it" }, "dependencies": { "@babel/runtime": "^7.12.1",