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

Commit 8a05864

Browse files
mbwhitecazfletch
authored andcommitted
resolves #2986 - fix options on the rest server cmd line (#2989)
Signed-off-by: Matthew B White <[email protected]>
1 parent f5b216b commit 8a05864

File tree

1 file changed

+1
-1
lines changed
  • packages/generator-hyperledger-composer/generators/angular/templates

1 file changed

+1
-1
lines changed

packages/generator-hyperledger-composer/generators/angular/templates/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"ng": "ng",
1010
<% if(apiServer == 'generate'){ %>
11-
"app": "composer-rest-server --card <%= cardName %> -N <%= apiNamespace %> -P <%= apiPort %>",
11+
"app": "composer-rest-server --card <%= cardName %> -n <%= apiNamespace %> -p <%= apiPort %>",
1212
"start": "concurrently \"ng serve --host 0.0.0.0\" \"npm run app\"",
1313
<% }else{ %>
1414
"start": "ng serve",

0 commit comments

Comments
 (0)