Skip to content

Commit

Permalink
undo: disable sdk-redux build
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Dec 22, 2023
1 parent e518b7a commit 0a509ca
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 @@ -19,7 +19,7 @@
"lint:workspaces": "yarn workspaces run lint",
"lint:actionlint": "actionlint .github/workflows/*.yml",
"build": "yarn build-essentials #synonym of build-essentials",
"build-essentials": "set -ex;for i in metadata ethereum-contracts js-sdk sdk-core;do yarn workspace @superfluid-finance/$i build;done",
"build-essentials": "set -ex;for i in metadata ethereum-contracts js-sdk sdk-core sdk-redux;do yarn workspace @superfluid-finance/$i build;done",
"build-for-contracts-dev": "set -ex;for i in metadata ethereum-contracts js-sdk;do yarn workspace @superfluid-finance/$i build;done",
"clean": "rm -rf node_modules; rm -rf packages/*/node_modules; yarn workspace @superfluid-finance/ethereum-contracts clean",
"test": "set -ex;for i in ethereum-contracts;do yarn workspace @superfluid-finance/$i test;done",
Expand Down

0 comments on commit 0a509ca

Please sign in to comment.