Skip to content

Commit

Permalink
use manifest-beta for preparing release version
Browse files Browse the repository at this point in the history
  • Loading branch information
TfTHacker committed Oct 31, 2021
1 parent 37d29b3 commit e029758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ esbuild.build({
outfile: "build/main.js",
}).catch(() => process.exit(1));

fs.copyFile("manifest.json", "build/manifest.json", (err) => {if(err) console.log(err )} );
fs.copyFile("manifest-beta.json", "build/manifest.json", (err) => {if(err) console.log(err)} );

// eslint won't slow down the build process, just runs after the build finishes
(async function eslintTest() {
Expand Down

0 comments on commit e029758

Please sign in to comment.