Update README.md

pull/1052/head
Sebastian Di Luzio 2021-12-10 22:01:01 +01:00
parent a393d573d6
commit d7be82bcc7
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ npm ci
to install the project's build tools, and:
```
npx tsc ../apps/relativePathToYourApp/app.ts --outDir ../apps/relativePathToYourApp/dist
npm run build:apps
```
To build your app. The last command will generate the `app.js` file containing the transpiled code for the BangleJS.
To build all Typescript apps. The last command will generate the `app.js` files containing the transpiled code for the BangleJS.