Skip to content

Commit

Permalink
feat: 增加启动命令
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinaGodMan committed Dec 24, 2024
1 parent c047115 commit 02024ae
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
"lint": "eslint . --cache",
"lint:all": "eslint .",
"lint:fix": "eslint . --fix --cache",
"lint:fix-all": "eslint . --fix"
"lint:fix-all": "eslint . --fix",
"docs:update-relatedscripts": "python utils/update_related_scripts.py",
"docs:update-relatedscripts:all": "python utils/update_related_all_scripts.py",
"docs:update-scripts:help": "python utils/update_help.py",
"docs:update-scripts:shields": "python utils/update_shields.py",
"docs:update-scripts:navigation": "python utils/navigation.py",
"docs:update-scripts:history": "python utils/merge_change_history.py",
"docs:update-repo:translate": "python utils/translate_force_chinese_to_lang.py",
"docs:update-scripts:translate": "python utils/translate_chinese_to_filelang.py",
"json:update-greasyfork-scripts:time": "python utils/upadate_greasyfork.py",
"format:script": "python utils/copy_js_files.py"
}
}

0 comments on commit 02024ae

Please sign in to comment.