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 42bff2f commit 19bdd0eCopy full SHA for 19bdd0e
1 file changed
src/config/options.ts
@@ -269,8 +269,6 @@ export async function resolveUserConfig(
269
...config,
270
// only copy once
271
copy: once ? config.copy : undefined,
272
- // don't register hooks repeatedly
273
- hooks: once ? config.hooks : undefined,
274
// only execute once
275
onSuccess: once ? config.onSuccess : undefined,
276
format: normalizeFormat(fmt),
0 commit comments