Skip to content

Commit

Permalink
use json format for ci task
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangardner committed Dec 20, 2024
1 parent 8de6dd4 commit 1c87f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/spotlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "astro dev",
"preview": "astro preview",
"size": "pnpm build && size-limit",
"size:ci": "size-limit"
"size:ci": "size-limit --json"
},
"size-limit": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dev:styles": "gulp watch",
"lint": "eslint --ext ts,tsx --report-unused-disable-directives --max-warnings 0 src",
"size": "pnpm build && size-limit",
"size:ci": "size-limit",
"size:ci": "size-limit --json",
"test:url": "test-storybook --url http://127.0.0.1:9009 --config-dir .storybook",
"test:dev": "wait-on tcp:127.0.0.1:9009 && pnpm test:url --maxWorkers=2 # assumes dev server is running",
"test:ci": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"pnpm build:storybook --quiet && pnpm http-server storybook-static --port 9009 --silent\" \"pnpm test:dev\"",
Expand Down

0 comments on commit 1c87f3d

Please sign in to comment.