Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit d46c19a

Browse files
fenglianxumbwhite
authored andcommitted
update the manual build and install document (#55)
Signed-off-by: xufengli <[email protected]>
1 parent e65bd3d commit d46c19a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Generate the installable VSIX file:
1313
git clone https://github.com/hyperledger/composer-vscode-plugin.git
1414
cd composer-vscode-plugin/server
1515
npm install
16-
npm run compile
16+
npm run compile:server
1717
cd ../client
1818
npm install
19-
npm run package
19+
npm run package:vsix
2020
```
2121

2222
1. Launch VSCode

0 commit comments

Comments
 (0)