From 5348432ab72419149dcce108df78287ebf7bb30f Mon Sep 17 00:00:00 2001 From: John Benavides Date: Tue, 12 Jun 2018 12:20:16 +0200 Subject: [PATCH] change prepublish to prepare (npm deprecated prepublish) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57853c89..49238661 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test:cov": "eslint . && jest --coverage", "coveralls": "cat ./.coverage/lcov.info | coveralls", "storybook": "start-storybook -p 6006", - "prepublish": "yarn clean:build && npm run build && yarn clean:test", + "prepare": "yarn clean:build && npm run build && yarn clean:test", "clean:build": "rm -rf dist && rm -rf lib && rm -rf full", "build-storybook-static": "build-storybook -c .storybook -o .out", "deploy-storybook": "storybook-to-ghpages",