From b8128c199504d070687dd9d3db96bbffd014eb02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Go=CC=88khan=20O=CC=88ztu=CC=88rk?= Date: Thu, 18 Aug 2022 14:20:45 +0300 Subject: [PATCH] chore: adds chromatic publish credentials --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c2986f8..5928de8 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", - "prepare": "husky install" + "prepare": "husky install", + "chromatic": "npx chromatic --project-token=deb8b1f53842" }, "dependencies": { "@heroicons/vue": "^1.0.6", @@ -48,6 +49,7 @@ "@vue/tsconfig": "^0.1.3", "autoprefixer": "^10.4.8", "babel-loader": "^8.2.5", + "chromatic": "^6.7.4", "eslint": "^8.21.0", "eslint-plugin-storybook": "^0.6.4", "eslint-plugin-vue": "^9.3.0", @@ -67,5 +69,7 @@ }, "lint-staged": { "*.vue": "eslint --fix" - } + }, + "readme": "ERROR: No README data found!", + "_id": "design-system-vue@0.0.3" }