Skip to content

Commit

Permalink
Fix live-test script
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Feb 1, 2024
1 parent 19b0419 commit a7a42a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/live-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const store = chromeWebstoreUpload({
});

const token = await store.fetchToken();
console.log({ token });
const upload = await store.uploadExisting(myZipFile, token);
console.log({ upload });
const publish = await store.publish('trustedTesters', token);
Expand Down

0 comments on commit a7a42a3

Please sign in to comment.