Skip to content

Commit

Permalink
fix: broken package.json for boilerplates (#2087)
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1ny committed Apr 28, 2024
1 parent 0017934 commit 9e34353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion suites/boilerplate/templates/react/package.json.tpl
Expand Up @@ -10,7 +10,7 @@
"build": "father build",
"build:watch": "father dev",
"docs:build": "dumi build",
"docs:preview: "dumi preview",
"docs:preview": "dumi preview",
"prepare": "husky install && dumi setup",
"doctor": "father doctor",
"lint": "npm run lint:es && npm run lint:css",
Expand Down
2 changes: 1 addition & 1 deletion suites/boilerplate/templates/site/package.json.tpl
Expand Up @@ -6,7 +6,7 @@
"start": "npm run dev",
"dev": "dumi dev",
"build": "dumi build",
"preview: "dumi preview",
"preview": "dumi preview",
"prepare": "husky install && dumi setup"
},
"authors": [{{#author}}
Expand Down

0 comments on commit 9e34353

Please sign in to comment.