Skip to content

Commit

Permalink
move taxonium component deps to dev (#565)
Browse files Browse the repository at this point in the history
* move taxonium component deps to dev

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
theosanderson and pre-commit-ci[bot] committed Nov 28, 2023
1 parent 114f056 commit a832742
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions taxonium_component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"dependencies": {},
"devDependencies": {
"@fontsource/roboto": "^5.0.1",
"@headlessui/react": "^1.7.17",
"@jbrowse/core": "^2.5.0",
Expand All @@ -46,9 +47,7 @@
"readable-web-to-node-stream": "^3.0.2",
"sb": "^7.0.14",
"scale-color-perceptual": "^1.1.2",
"taxonium_data_handling": "file:../taxonium_data_handling"
},
"devDependencies": {
"taxonium_data_handling": "file:../taxonium_data_handling",
"@storybook/addon-essentials": "^7.0.14",
"@storybook/addon-interactions": "^7.0.14",
"@storybook/addon-links": "^7.0.14",
Expand Down
2 changes: 1 addition & 1 deletion taxonium_website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"preinstall": "NODE_OPTIONS='--max-old-space-size=5096' cd ../taxonium_component && yarn install && yarn build",
"preinstall": "NODE_OPTIONS='--max-old-space-size=5096' cd ../taxonium_component && yarn install --production=false && yarn build",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
Expand Down

1 comment on commit a832742

@vercel
Copy link

@vercel vercel bot commented on a832742 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.