File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export const handleEnv = async (argv: Argv) => {
12
12
process . env . SSG = '1'
13
13
}
14
14
if ( isDev ) {
15
- process . env . GENERATE_SOURCEMAP = clientPrefix ? 'inline-source-map' : 'source-map'
15
+ process . env . GENERATE_SOURCEMAP = clientPrefix ? 'inline-cheap-module- source-map' : 'cheap-module- source-map'
16
16
}
17
17
if ( argv . sourcemap ) {
18
18
process . env . GENERATE_SOURCEMAP = argv . sourcemap
Original file line number Diff line number Diff line change @@ -87,7 +87,9 @@ async function main (): Promise<void> {
87
87
pkgName
88
88
]
89
89
await run ( 'npx' , changelogArgs , { cwd : pkgDir } )
90
- await runIfNotDry ( 'git' , [ 'tag' , tag ] )
90
+ await runIfNotDry ( 'git' , [ 'tag' , tag ] ) . catch ( ( err ) => {
91
+ console . error ( err )
92
+ } )
91
93
tags . push ( tag )
92
94
}
93
95
You can’t perform that action at this time.
0 commit comments