Skip to content

Commit

Permalink
fix: chromatic script
Browse files Browse the repository at this point in the history
Signed-off-by: Saulo Vallory <[email protected]>
  • Loading branch information
svallory committed Dec 24, 2024
1 parent 7f90744 commit 55393fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lint:fix": "na biome check --fix .",
"lint:unsafe-fix": "na biome check --unsafe-fix .",
"svelte-check": "svelte-check --tsconfig ./tsconfig.json",
"chromatic": "npx chromatic --project-token=$(dotenvx get CHROMATIC_PROJECT_TOKEN)"
"chromatic": "chromatic --project-token=$(dotenvx get CHROMATIC_PROJECT_TOKEN)"
},
"imports": {
"$icons/16": "./src/lib/icons/cfp/size-16/*"
Expand Down

0 comments on commit 55393fe

Please sign in to comment.