mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-24 11:34:55 +01:00
Generate plugin scaffold scripts with plugin subcommand
This commit is contained in:
@@ -437,8 +437,8 @@ const TEMPLATE_PACKAGE_JSON: &str = r#"{
|
||||
"private": true,
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"build": "yaakcli build",
|
||||
"dev": "yaakcli dev"
|
||||
"build": "yaakcli plugin build",
|
||||
"dev": "yaakcli plugin dev"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.10.1",
|
||||
|
||||
Reference in New Issue
Block a user