We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeece24 commit 8335810Copy full SHA for 8335810
package.json
@@ -5,7 +5,7 @@
5
"main": "src/main.ts",
6
"scripts": {
7
"dev": "cp manifest.json ExampleVault/.obsidian/plugins/tasks-view/ && node esbuild.config.mjs",
8
- "build": "cp manifest.json ExampleVault/.obsidian/plugins/tasks-view/ && tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
+ "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
9
"version": "node version-bump.mjs && git add manifest.json versions.json"
10
},
11
"keywords": [],
0 commit comments