Skip to content

Commit

Permalink
Correct NPM start
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
  • Loading branch information
mbwhite committed Jan 27, 2023
1 parent 40606f3 commit 6d77a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asset-transfer-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint ./src --ext .ts",
"pretest": "npm run lint",
"test": "",
"start": "npm run start:server-nontls",
"start": "set -x && fabric-chaincode-node start",
"build": "tsc",
"build:watch": "tsc -w",
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit 6d77a70

Please sign in to comment.