Skip to content

Commit

Permalink
Fix publish-next task
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Nov 16, 2023
1 parent 8a6a1a8 commit b91945e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b91945e

Please sign in to comment.