Skip to content

Commit

Permalink
Fixed PR workflow, removed manifest.json to be generated on build:w
Browse files Browse the repository at this point in the history
  • Loading branch information
tmayoff committed Feb 3, 2024
1 parent 4280ed7 commit 42f5f9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# vscode
.vscode

manifest.json

# Intellij
*.iml
.idea
Expand Down
10 changes: 0 additions & 10 deletions manifest.json

This file was deleted.

2 changes: 1 addition & 1 deletion test_vault/.obsidian/plugins/hot-reload
Submodule hot-reload updated from fe57f9 to c836f8
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const setOutDir = (mode: string) => {
case "development":
return "./test_vault/.obsidian/plugins/obsidian-meals";
case "production":
return "";
return "./";
}
};

Expand Down

0 comments on commit 42f5f9e

Please sign in to comment.