updates
This commit is contained in:
16
PUBLISH.md
Normal file
16
PUBLISH.md
Normal file
@@ -0,0 +1,16 @@
|
||||
```shell
|
||||
npm login
|
||||
|
||||
npm publish --access public
|
||||
```
|
||||
|
||||
NOTE:
|
||||
|
||||
- Build fails but build succeed.
|
||||
|
||||
|
||||
```shell
|
||||
npm run build:cjs
|
||||
npm run build:mjs
|
||||
npm run build:types
|
||||
```
|
||||
Reference in New Issue
Block a user