Skip to content

Commit becfa4e

Browse files
committed
debug /2
1 parent d242fe4 commit becfa4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test-next": "ACCOUNT_API_BASE_URL=http://account-api.lvh.me:3001 SITE_API_BASE_URL=http://site-api.lvh.me:3001 PUSHER_APP_KEY=12a5ddac68784be0fc59 PUSHER_CLUSTER=eu npm run test",
1010
"generate": "./generate/index.ts && npm run format",
1111
"generate-next": "GENERATE_FROM_DEV=true ./generate/index.ts && npm run format",
12-
"build": "lerna run build",
12+
"build": "lerna run build --stream --concurrency 1",
1313
"prepublishOnly": "npm run generate && ./generate/setClientVersion.ts && npm run build && npm run test",
1414
"publish": "./bin/publish.sh",
1515
"publish-next": "GENERATE_FROM_DEV=true ACCOUNT_API_BASE_URL=http://account-api.lvh.me:3001 SITE_API_BASE_URL=http://site-api.lvh.me:3001 PUSHER_APP_KEY=12a5ddac68784be0fc59 PUSHER_CLUSTER=eu ./bin/publish.sh --dist-tag next"

0 commit comments

Comments
 (0)