Skip to content

Commit

Permalink
test: remove consumer test for now
Browse files Browse the repository at this point in the history
webui windows is failing, see ipfs/ipfs-webui#2184
  • Loading branch information
SgtPooki committed Feb 13, 2024
1 parent 524965b commit 1765622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"dev": "vite",
"start": "cross-env NODE_ENV=production babel src -d dist --copy-files --no-copy-ignored --extensions '.ts,.tsx,.js,.jsx' --watch",
"test": "run-s test:unit test:consumer",
"test:node": "run-s test:unit test:consumer",
"test:node": "run-s test:unit",
"test:unit": "vitest run --environment=node",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
Expand Down

0 comments on commit 1765622

Please sign in to comment.