We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acde594 commit b78e728Copy full SHA for b78e728
package.json
@@ -10,8 +10,8 @@
10
"license": "MIT",
11
"scripts": {
12
"lint": "yarn workspaces run lint",
13
- "build": "for i in ethereum-contracts js-sdk;do yarn workspace @superfluid-finance/$i build",
14
- "test": "for i in ethereum-contracts js-sdk;do yarn workspace @superfluid-finance/$i test",
+ "build": "for i in ethereum-contracts js-sdk;do yarn workspace @superfluid-finance/$i build;done",
+ "test": "for i in ethereum-contracts js-sdk;do yarn workspace @superfluid-finance/$i test;done",
15
"manage-versions": "lerna version --exact --no-git-tag-version --preid rc",
16
"postinstall": "husky install"
17
},
0 commit comments