Skip to content

Commit

Permalink
ci: set run mode as default for build-from-remote script
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 28, 2024
1 parent df4237c commit a037e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/build-from-remote.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import process from 'node:process'
import { describe, it } from 'node:test'
// import { $, tempdir, argv } from 'zx'

const MODE = argv.mode
const MODE = argv.mode || 'run'
const SECRETS = ['NPM_TOKEN', 'GH_TOKEN', 'GITHUB_TOKEN', 'AUTH_TOKEN']
const GH_URL = 'https://github.com'

Expand Down

0 comments on commit a037e3c

Please sign in to comment.