Updated .gitignore
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"scripts": {
|
||||
"dev": "node esbuild.config.mjs",
|
||||
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
||||
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
||||
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
||||
"package": "npm run build && node package-release.mjs"
|
||||
},
|
||||
"keywords": [
|
||||
"obsidian",
|
||||
|
||||
Reference in New Issue
Block a user