Skip to content

Commit

Permalink
Dixing build setting + bug
Browse files Browse the repository at this point in the history
  • Loading branch information
NoCymer committed Jul 24, 2023
1 parent 7b1d6f7 commit a34d9b8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "jest --coverage --coverageDirectory='coverage' --maxWorkers=4 --verbose",
"dev": "webpack --config webpack.dev.js && node manifest.js ",
"build": "webpack --config webpack.prod.js"
"build": "webpack --config webpack.prod.js && node manifest.js "
},
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 3,
"version": "3.0",
"version": "3.3000",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"action": {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/modules/animeSchedule/AnimeSchedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ const AnimeScheduleWeek = () => {
.getSetting("schedule-last-update").value = Date.now();
}
else{
console.warn("[WARNING] : Loading cached schedule : " +
console.log("[WARNING] : Loading cached schedule : " +
"Results may be outdated"
);

Expand Down

0 comments on commit a34d9b8

Please sign in to comment.