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 d242fe4 commit becfa4eCopy full SHA for becfa4e
1 file changed
package.json
@@ -9,7 +9,7 @@
9
"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",
10
"generate": "./generate/index.ts && npm run format",
11
"generate-next": "GENERATE_FROM_DEV=true ./generate/index.ts && npm run format",
12
- "build": "lerna run build",
+ "build": "lerna run build --stream --concurrency 1",
13
"prepublishOnly": "npm run generate && ./generate/setClientVersion.ts && npm run build && npm run test",
14
"publish": "./bin/publish.sh",
15
"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