We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03adb94 commit d71e374Copy full SHA for d71e374
scripts/zip-deploy.js
@@ -4,7 +4,7 @@ const fs = require('fs/promises')
4
5
const packageName = 'input-gateway'
6
7
-const suffix = process.argv[process.argv.length - 1]
+const suffix = process.argv[2] ?? ''
8
9
;(async () => {
10
const packageJson = await fs.readFile('./packages/input-gateway/package.json')
0 commit comments