This commit is contained in:
fyears 2021-10-20 23:42:11 +08:00
parent 6269440272
commit 704a1dce37

View File

@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "This is yet another sync plugin for Obsidian app.",
"scripts": {
"dev": "webpack --mode development",
"dev": "webpack --mode development --watch",
"build": "webpack --mode production",
"format": "npx prettier --write .",
"clean": "npx rimraf main.js"