Skip to content

Commit

Permalink
remove unneeded file in pack
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Nov 20, 2024
1 parent f347163 commit d8dea9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Old Twitter Layout (2024)",
"description": "__MSG_ext_description__",
"version": "1.8.9.3",
"version": "1.8.9.4",
"manifest_version": 3,
"homepage_url": "https://github.com/dimdenGD/OldTwitter",
"background": {
Expand Down
2 changes: 2 additions & 0 deletions pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ copyDir('./', '../OldTwitterFirefox').then(async () => {
fs.unlinkSync('../OldTwitterTempChrome/test.js');
fs.unlinkSync('../OldTwitterFirefox/package.json');
fs.unlinkSync('../OldTwitterTempChrome/package.json');
fs.unlinkSync('../OldTwitterFirefox/_locales/locales-support.html');
fs.unlinkSync('../OldTwitterTempChrome/_locales/locales-support.html');

if (fs.existsSync('../OldTwitterFirefox/package-lock.json')) // Delete NPM package-lock (if exists)
fs.unlinkSync('../OldTwitterFirefox/package-lock.json');
Expand Down

0 comments on commit d8dea9c

Please sign in to comment.