Skip to content

Commit

Permalink
test: update test scripts to point to docs repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Nov 12, 2022
1 parent 29153f3 commit e215622
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"start": "concurrently -k -s first -n \"tsup,ts\" -c \"blue,cyan\" \"pnpm run dev\" \"pnpm run type:check --watch\"",
"build": "NODE_ENV=production tsup",
"release": "pnpm build && np --no-2fa",
"test": "test-storybook",
"test:coverage": "NODE_OPTIONS='--openssl-legacy-provider' pnpm test --coverage && npx nyc report --reporter=lcov -t coverage/storybook --report-dir coverage/storybook",
"test:ci": "NODE_OPTIONS='--openssl-legacy-provider' concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"pnpm storybook:build --quiet && npx http-server storybook-static --port 6006 --silent\" \"wait-on tcp:6006 && pnpm test:coverage\"",
"test": "test-storybook --config-dir ./docs/.storybook",
"test:coverage": "NODE_OPTIONS='--openssl-legacy-provider' pnpm test --coverage && npx nyc report --reporter=lcov -t docs/coverage/storybook --report-dir docs/coverage/storybook",
"test:ci": "NODE_OPTIONS='--openssl-legacy-provider' concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"pnpm --filter docs storybook:build --quiet && npx http-server ./docs/storybook-static --port 6006 --silent\" \"wait-on tcp:6006 && pnpm 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 e215622

Please sign in to comment.