Skip to content

Commit

Permalink
include dev dependencies for npm ci (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhoomij authored Jul 12, 2023
1 parent ae4017c commit aa7f51e
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 @@ -76,7 +76,7 @@
}
},
"scripts": {
"preinstall": "cd ./bfx-hf-ui-core && npm install",
"preinstall": "cd ./bfx-hf-ui-core && npm install --omit='optional'",
"build-css": "cd ./bfx-hf-ui-core && npm run build-css",
"watch-css": "cd ./bfx-hf-ui-core && npm run watch-css",
"start-server": "cross-env concurrently --kill-others \"npm run start-api-server\" \"npm run start-ds-bitfinex\"",
Expand Down

0 comments on commit aa7f51e

Please sign in to comment.