Skip to content

Commit

Permalink
env(script): chromatic setting 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi committed Dec 6, 2024
1 parent f3c2924 commit a58630d
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 7 deletions.
39 changes: 35 additions & 4 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 4 additions & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:ci": "jest --ci",
"test:changed": "jest --changedSince=HEAD"
"test:changed": "jest --changedSince=HEAD",
"chromatic": "dotenv -- chromatic"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.0",
Expand Down Expand Up @@ -54,6 +55,8 @@
"@vitejs/plugin-react": "^4.3.4",
"@yarnpkg/sdks": "^3.2.0",
"autoprefixer": "^10.4.20",
"chromatic": "^11.20.0",
"dotenv-cli": "^7.4.4",
"eslint": "^8.0.0",
"eslint-plugin-storybook": "^0.11.1",
"jest": "^29.7.0",
Expand Down
34 changes: 32 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2707,8 +2707,10 @@ __metadata:
"@zagdang/colors": "workspace:*"
"@zagdang/icons": "workspace:*"
autoprefixer: "npm:^10.4.20"
chromatic: "npm:^11.20.0"
class-variance-authority: "npm:^0.7.1"
clsx: "npm:^2.1.1"
dotenv-cli: "npm:^7.4.4"
eslint: "npm:^8.0.0"
eslint-plugin-storybook: "npm:^0.11.1"
jest: "npm:^29.7.0"
Expand Down Expand Up @@ -3410,7 +3412,7 @@ __metadata:
languageName: node
linkType: hard

"chromatic@npm:^11.15.0":
"chromatic@npm:^11.15.0, chromatic@npm:^11.20.0":
version: 11.20.0
resolution: "chromatic@npm:11.20.0"
peerDependencies:
Expand Down Expand Up @@ -3625,7 +3627,7 @@ __metadata:
languageName: node
linkType: hard

"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3":
"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3, cross-spawn@npm:^7.0.6":
version: 7.0.6
resolution: "cross-spawn@npm:7.0.6"
dependencies:
Expand Down Expand Up @@ -3948,6 +3950,34 @@ __metadata:
languageName: node
linkType: hard

"dotenv-cli@npm:^7.4.4":
version: 7.4.4
resolution: "dotenv-cli@npm:7.4.4"
dependencies:
cross-spawn: "npm:^7.0.6"
dotenv: "npm:^16.3.0"
dotenv-expand: "npm:^10.0.0"
minimist: "npm:^1.2.6"
bin:
dotenv: cli.js
checksum: 10c0/180801e02dcc02da4557338f48caa54740e38ffef39c7cd231e283d6fc32f4112186980773344df85a4514db28fdedace94d1b83a706ac39a4f1c2c3a402e71d
languageName: node
linkType: hard

"dotenv-expand@npm:^10.0.0":
version: 10.0.0
resolution: "dotenv-expand@npm:10.0.0"
checksum: 10c0/298f5018e29cfdcb0b5f463ba8e8627749103fbcf6cf81c561119115754ed582deee37b49dfc7253028aaba875ab7aea5fa90e5dac88e511d009ab0e6677924e
languageName: node
linkType: hard

"dotenv@npm:^16.3.0":
version: 16.4.7
resolution: "dotenv@npm:16.4.7"
checksum: 10c0/be9f597e36a8daf834452daa1f4cc30e5375a5968f98f46d89b16b983c567398a330580c88395069a77473943c06b877d1ca25b4afafcdd6d4adb549e8293462
languageName: node
linkType: hard

"dotenv@npm:^16.3.1":
version: 16.4.5
resolution: "dotenv@npm:16.4.5"
Expand Down

0 comments on commit a58630d

Please sign in to comment.