Skip to content

Commit

Permalink
chore: removed the unsemantic stub script in vitepress related plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww committed Nov 21, 2023
1 parent 35f904d commit 1e95f2c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions packages/vitepress-plugin-enhanced-readabilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"README.md"
],
"scripts": {
"stub": "concurrently \"nr dev\" \"nr emit-types\"",
"dev": "vite build --mode development --watch",
"dev": "concurrently \"nr build:watch\" \"nr emit-types\"",
"emit-types": "vue-tsc --declaration --emitDeclarationOnly",
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly"
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly",
"build:watch": "vite build --mode development --watch"
},
"peerDependencies": {
"vitepress": ">=v1.0.0-beta.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"README.md"
],
"scripts": {
"stub": "concurrently \"nr dev\" \"nr emit-types\"",
"dev": "vite build --mode development --watch",
"dev": "concurrently \"nr build:watch\" \"nr emit-types\"",
"emit-types": "vue-tsc --declaration --emitDeclarationOnly",
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly"
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly",
"build:watch": "vite build --mode development --watch"
},
"peerDependencies": {
"vue": ">=3.2.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/vitepress-plugin-inline-link-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"README.md"
],
"scripts": {
"stub": "concurrently \"nr dev\" \"nr emit-types\"",
"dev": "vite build --mode development --watch",
"dev": "concurrently \"nr build:watch\" \"nr emit-types\"",
"emit-types": "vue-tsc --declaration --emitDeclarationOnly",
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly"
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly",
"build:watch": "vite build --mode development --watch"
},
"peerDependencies": {
"vitepress": ">=v1.0.0-beta.1",
Expand Down

0 comments on commit 1e95f2c

Please sign in to comment.