-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a6a1a8
commit b91945e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"build": "lerna run build", | ||
"prepublishOnly": "npm run generate && ./generate/setClientVersion.ts && npm run build && npm run test", | ||
"publish": "lerna publish", | ||
"publish-next": "GENERATE_FROM_DEV=true lerna publish --dist-tag next" | ||
"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 lerna publish --dist-tag next" | ||
}, | ||
"author": "Stefano Verna <[email protected]>", | ||
"license": "MIT", | ||
|