Skip to content

Commit

Permalink
fix: 🐛 npm scripts names
Browse files Browse the repository at this point in the history
  • Loading branch information
charlzyx committed Jan 3, 2024
1 parent 6d2a239 commit 16dd331
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 @@ -21,7 +21,7 @@
"license": "MIT",
"scripts": {
"dev": "rspress dev",
"build:doc": "rspress build",
"build:docs": "rspress build",
"preview": "rspress preview",
"#似乎没必要dts": "rollup -c rollup.dts.js --bundleConfigAsCjs",
"create:style": "tsx ./scripts/create-style.ts",
Expand Down

0 comments on commit 16dd331

Please sign in to comment.