mirror of
https://git.um-react.app/um/lib_um_crypto_rust.git
synced 2026-03-08 04:29:54 +00:00
build: experimental build with node package
This commit is contained in:
15
um_wasm_loader/Release.MD
Normal file
15
um_wasm_loader/Release.MD
Normal file
@@ -0,0 +1,15 @@
|
||||
## 发包
|
||||
|
||||
- 到后台建立一个 API Token,确保有 `Packages` 的写权限:
|
||||
- 编辑 `~/.npmrc`,加入下述两行并替换 `token` 为新申请的令牌:
|
||||
|
||||
```text
|
||||
//git.unlock-music.dev/api/packages/um/npm/:_authToken=xxxxx123456789xxxxx
|
||||
//git.unlock-music.dev/api/packages/npm/:_authToken=xxxxx123456789xxxxx
|
||||
```
|
||||
|
||||
- 使用 `publish` 指令发包:
|
||||
|
||||
```sh
|
||||
pnpm publish --access=public
|
||||
```
|
||||
Reference in New Issue
Block a user