Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Jan 5, 2025
1 parent 6d6bbf7 commit 922e005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zotero-plugin.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default defineConfig({
},
bundle: true,
target: "firefox115",
outfile: `./scaffold/build/addon/content/scripts/${pkg.config.addonRef}.js`,
outfile: `.scaffold/build/addon/content/scripts/${pkg.config.addonRef}.js`,
},
],
makeUpdateJson: {
Expand Down

0 comments on commit 922e005

Please sign in to comment.