Skip to content

Commit

Permalink
Merge pull request #5 from fingerprintjs/fix/optional-build-command
Browse files Browse the repository at this point in the history
fix: make type param optional
  • Loading branch information
Orkuncakilkaya committed Oct 20, 2023
2 parents 5f1a0a3 + ca787a8 commit dbc7759
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const args = arg({
'--proxy-secret': String,
})

args['--type'] = args['--type'] ? args['--type'] : 'all'

const patchBody = () => {
const bodyContent = generatePatchBody({
integrationPath: args["--integration-path"],
Expand Down

0 comments on commit dbc7759

Please sign in to comment.