doc: add command to create package.json in obj directory
This commit is contained in:
parent
7243277546
commit
16da30d865
1 changed files with 1 additions and 0 deletions
|
@ -6,5 +6,6 @@ To build and run the prototype, run:
|
||||||
|
|
||||||
```
|
```
|
||||||
npx tsc
|
npx tsc
|
||||||
|
echo '{"type": "module"}' > obj/package.json
|
||||||
node obj
|
node obj
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue