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

Commit 857684a

Browse files
fix: remove need for marketplace.json file
1 parent 4cb460b commit 857684a

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 = config.metadata || require(`${process.cwd()}/marketplace.json`)
78+
answers.metadata = config.metadata
7979
}
8080

8181
const zipUrl = await uploadZip(createZip())

0 commit comments

Comments
 (0)