1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-05 01:53:55 +00:00

Migrate Chromatic (#2906)

This commit is contained in:
Oscar Hinton
2022-06-16 20:41:22 +02:00
committed by GitHub
parent ba0e33881f
commit 4106eead02
12 changed files with 118 additions and 190 deletions

View File

@@ -19,7 +19,11 @@
"prettier": "prettier --write .",
"test": "jest",
"test:watch": "jest --watch",
"test:watch:all": "jest --watchAll"
"test:watch:all": "jest --watchAll",
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
"storybook": "npm run docs:json && start-storybook -p 6006",
"build-storybook": "npm run docs:json && build-storybook",
"chromatic": "chromatic --exit-zero-on-changes"
},
"workspaces": [
"apps/*",
@@ -189,7 +193,8 @@
"zxcvbn": "^4.4.2"
},
"overrides": {
"tailwindcss": "$tailwindcss"
"tailwindcss": "$tailwindcss",
"react": "^18.0.0"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",