Skip to content

Commit

Permalink
build: use latest pnpm and expose localhost in CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Jan 6, 2023
1 parent 6705260 commit 35fd871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"portrait",
"typescript"
],
"packageManager": "pnpm@7.17.1",
"packageManager": "pnpm@7.22.0",
"sideEffects": false,
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
Expand All @@ -44,7 +44,7 @@
"release": "pnpm run build && np --no-2fa",
"test": "pnpm --filter @this/storybook run test",
"test:coverage": "pnpm run test --coverage && pnpm nyc report --reporter=lcov -t ./docs/storybook/coverage/storybook --report-dir ./docs/storybook/coverage/storybook",
"test:ci": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"pnpm run --filter @this/storybook storybook:build --quiet && pnpm http-server ./docs/storybook/storybook-static -p 6006 --silent\" \"pnpm wait-port 6006 && pnpm run test:coverage\"",
"test:ci": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"pnpm run --filter @this/storybook storybook:build --quiet && pnpm http-server -a localhost ./docs/storybook/storybook-static --port 6006\" \"pnpm wait-port 6006 && pnpm run test:coverage\"",
"type:check": "tsc --noEmit",
"lint": "concurrently -k -s first -n \"eslint,prettier\" -c \"green,magenta\" \"pnpm run lint:eslint\" \"pnpm run lint:prettier\"",
"lint:eslint": "eslint .",
Expand Down

0 comments on commit 35fd871

Please sign in to comment.