Skip to content

Commit

Permalink
chore: adds chromatic publish credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
gokh4nozturk authored and Gökhan Öztürk committed Aug 18, 2022
1 parent 6273e54 commit b8128c1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -67,5 +69,7 @@
},
"lint-staged": {
"*.vue": "eslint --fix"
}
},
"readme": "ERROR: No README data found!",
"_id": "design-system-vue@0.0.3"
}

0 comments on commit b8128c1

Please # to comment.