Skip to content

Commit

Permalink
fix(examples): move copyStaticAssets.ts to examples
Browse files Browse the repository at this point in the history
Signed-off-by: Takuma TAKEUCHI <takeuchi.takuma@fujitsu.com>
  • Loading branch information
takeutak committed Sep 1, 2020
1 parent 904e5e7 commit ef31162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cartrade/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
- `/packages/ledger-plugin/fabric/validator/unit-test/validatorDriver_signTransactionOffline.js`

## Boot method
1. mv `/examples/cartrade/config/{package.json,tsconfig.json,tslint.json}` `/`
- This operation means that package.json, tsconfig.json, and tslint.json are moved into the top directory of cactus before the application is booted
1. mv `/examples/cartrade/config/{package.json,tsconfig.json,tslint.json,copyStaticAssets.ts}` `/`
- This operation means that `package.json`, `tsconfig.json`, `tslint.json`, and `copyStaticAssets`. are moved into the top directory of cactus before the application is booted
1. cd `/examples/cartrade/`
1. npm install
1. Modify the following information for your environment
Expand Down
File renamed without changes.

0 comments on commit ef31162

Please sign in to comment.