Skip to content

Commit 8335810

Browse files
author
zhuwenq
committed
fix build command
1 parent aeece24 commit 8335810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "src/main.ts",
66
"scripts": {
77
"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",
8+
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
99
"version": "node version-bump.mjs && git add manifest.json versions.json"
1010
},
1111
"keywords": [],

0 commit comments

Comments
 (0)