Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 70b21db

Browse files
committed
chore: npm scripts
1 parent c31468b commit 70b21db

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Offical blog plugin for VuePress",
55
"scripts": {
66
"lint": "xo",
7-
"dev:lib": "concurrently \"npm:dev:client\" \"npm:dev:node\" \"npm:build:components\"",
8-
"build:lib": "concurrently \"npm:build:client\" \"npm:build:node\" \"npm:build:components\"",
7+
"dev": "concurrently \"npm:dev:client\" \"npm:dev:node\" \"npm:build:components\"",
8+
"build": "concurrently \"npm:build:client\" \"npm:build:node\" \"npm:build:components\"",
99
"dev:client": "tsc -p tsconfig.client.json --watch",
1010
"dev:node": "tsc -p tsconfig.node.json --watch",
1111
"build:client": "tsc -p tsconfig.client.json",
@@ -14,8 +14,7 @@
1414
"dev:docs": "vuepress dev docs --temp docs/.temp",
1515
"build:docs": "vuepress build docs --temp docs/.temp",
1616
"example": "node examples/launch.js",
17-
"prepare": "npm run build",
18-
"prepublishOnly": "npm run build:lib && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
17+
"prepublishOnly": "npm run build && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
1918
},
2019
"main": "lib/node/index.js",
2120
"files": [

0 commit comments

Comments
 (0)