Skip to content

Commit

Permalink
package.json script adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
iLiftALot committed Nov 12, 2024
1 parent cb8f80c commit f887a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Template plugin for Obsidian.",
"main": "dist/dev/main.js",
"scripts": {
"devlog": "node esbuild.config.mjs logger && terser -o dist/dev/main.js dist/dev/main.js",
"dev:log": "node esbuild.config.mjs logger && terser -o dist/dev/main.js dist/dev/main.js",
"dev": "node esbuild.config.mjs && terser -o dist/dev/main.js dist/dev/main.js",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production && terser -o dist/build/main.js dist/build/main.js",
"version": "node version-bump.mjs && git add manifest.json versions.json"
Expand Down

0 comments on commit f887a5b

Please sign in to comment.