Skip to content

Commit

Permalink
fix: add default option value for build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
syi0808 committed Oct 16, 2024
1 parent 22a6df2 commit 83a1f37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import type { Options, ResolvedOptions } from './types/options.js';

export const defaultOptions: Omit<Options, 'version'> = {
testScript: 'test',
buildScript: 'build',
branch: 'main',
tag: 'latest',
registries: ['npm', 'jsr'],
Expand Down

0 comments on commit 83a1f37

Please sign in to comment.