Skip to content

Commit 068d965

Browse files
author
Build Pipeline
committed
update readme
1 parent d9c0e27 commit 068d965

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ This task will generate `jdk8.d.ts` and `jdk8-types.ts` into folder `ts/j2ts`
1414

1515
### Compile typescript
1616

17-
> npm run build:main
17+
> npm run build
1818
1919
This task use [parcel](https://parceljs.org/) to bundle all modules in a single javascript file in `target/js/main.js`
2020

2121
### Run sample
2222

23-
> mvn exec:exec
23+
> npm start

0 commit comments

Comments
 (0)