mirror of
https://github.com/idrawjs/idraw
synced 2026-05-22 17:18:24 +00:00
9 lines
No EOL
155 B
Markdown
9 lines
No EOL
155 B
Markdown
|
|
```sh
|
|
lerna add @idraw/types --scope=idraw --dev
|
|
lerna add @idraw/util --scope=@idraw/core
|
|
```
|
|
|
|
```sh
|
|
npm run build && lerna publish --force-publish
|
|
``` |