Skip to content

Commit

Permalink
fix preinstall (#846)
Browse files Browse the repository at this point in the history
Co-authored-by: Tarcisio Ferraz <[email protected]>
  • Loading branch information
tarcisiozf and tferraz-bitfinex authored Sep 6, 2023
1 parent fd741ac commit f597521
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 f597521

Please sign in to comment.