Skip to content

Commit 3c54214

Browse files
committed
chore: skip bumpping package-lock.json
1 parent 76e5c31 commit 3c54214

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

zotero-plugin.config.ts

+6-2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ export default defineConfig({
3737
],
3838
},
3939

40-
// If you need to see a more detailed log, uncomment the following line:
41-
// logLevel: "trace",
40+
release: {
41+
bumpp: {
42+
// @ts-ignore file is missing in typing
43+
files: ["package.json"], // do not update package-lock.json
44+
},
45+
},
4246
});

0 commit comments

Comments
 (0)