From d8e93058da19e3cfea3f83f9e3f1ca7380f8bfd1 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Thu, 20 Apr 2017 10:00:39 -0700 Subject: [PATCH] Fix publish step --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fff885a2..6b767756 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "examples": "start-storybook -p 9001 -c ./examples/.storybook --dont-track", "fmt": "find performance src -name '*.js' | grep -v -E '(node_modules|dist)' | xargs prettier --print-width=100 --single-quote --write", "lint": "eslint performance src --ignore-path .gitignore", - "prepare": "npm run build && npm run build:umd", + "release": "npm run build && npm run build:umd && npm publish", "test": "npm run lint && npm run test:jest", "test:jest": "jest", "test:watch": "npm run test:jest -- --watch"