publishpplugins
filip mertens 2 years ago
parent 47d49bf8f7
commit 0921ec195b
  1. 2
      apps/remix-ide/ci/publish_plugin.ts

@ -4,7 +4,7 @@ import fetch from "node-fetch";
const metadata = await fetch(pluginsDirectory, { method: 'GET' })
// get command line arguments
const args = process.argv.slice(2)
const args = process.argv
const pluginName = args[0]
const sha = args[1]
const build = args[2]

Loading…
Cancel
Save