Skip to content

Commit b78e728

Browse files
committed
fix build
1 parent acde594 commit b78e728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"license": "MIT",
1111
"scripts": {
1212
"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",
13+
"build": "for i in ethereum-contracts js-sdk;do yarn workspace @superfluid-finance/$i build;done",
14+
"test": "for i in ethereum-contracts js-sdk;do yarn workspace @superfluid-finance/$i test;done",
1515
"manage-versions": "lerna version --exact --no-git-tag-version --preid rc",
1616
"postinstall": "husky install"
1717
},

0 commit comments

Comments
 (0)