@greenberry/storybook-template
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@greenberry/storybook-template", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Template project for component libraries", | ||
@@ -11,3 +11,3 @@ "repository": "git@bitbucket.org:greenberrynl/storybook.git", | ||
"build:storybook": "build-storybook -c .storybook -o .out", | ||
"build": "NODE_ENV=production babel src --out-dir dist --ignore \"src/**/*.story.js\",\"src/**/*.spec.js\",", | ||
"build": "NODE_ENV=production babel src --out-dir dist --ignore \"src/**/*.story.js\",\"src/**/*.spec.js\"", | ||
"prepublishOnly": "yarn build", | ||
@@ -14,0 +14,0 @@ "test": "jest", |
495320