Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit 48aef88

Browse files
Merge pull request #12 from livestorm/liv-4939-plugins-handle-settings-in-the-events
feat: allow setting metadata in environments, liv-4939
2 parents 87903f6 + 857684a commit 48aef88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmds/review.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = async function review() {
7575
if (answers.purposes.find((purpose => purpose == 'marketplace'))) {
7676
console.log('Syncing plugin code...')
7777
execSync('livestorm publish production')
78-
answers.metadata = require(`${process.cwd()}/marketplace.json`)
78+
answers.metadata = config.metadata
7979
}
8080

8181
const zipUrl = await uploadZip(createZip())

0 commit comments

Comments
 (0)