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 19c838e commit acdff3bCopy full SHA for acdff3b
tools/scripts/build.js
@@ -5,7 +5,7 @@ import crypto from 'crypto'
5
import fixup from '../fixup'
6
const flavor = process.env.FLAVOR?.split('/').pop()
7
? 'git-' + process.env.FLAVOR?.split('/').pop()
8
- : `local`
+ : process.argv[2] || `local`
9
;(async () => {
10
const bundle = await rollup.rollup(options)
11
function makeBanner(lines) {
0 commit comments