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

Commit bd0a7bf

Browse files
committed
chore: fix build failed
1 parent 531d192 commit bd0a7bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 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": "concurrently \"yarn dev:client\" \"yarn dev:node\" \"yarn build:components\"",
8-
"build": "concurrently \"yarn build:client\" \"yarn build:node\" \"yarn 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",

0 commit comments

Comments
 (0)