Skip to content

Commit

Permalink
🐎 ci(learn-docus-001): 增加删除命令。
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-cat committed Oct 28, 2024
1 parent 887f7a1 commit a3c3862
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/learn-docus-001/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "nuxi build",
"generate": "nuxi generate",
"preview": "nuxi preview",
"lint": "eslint ."
"lint": "eslint .",
"rm:node_modules": "rimraf node_modules"
},
"devDependencies": {
"@nuxt-themes/docus": "latest",
Expand Down

0 comments on commit a3c3862

Please sign in to comment.