|
|
|
@ -14,5 +14,5 @@ To publish a new version of this package:
|
|
|
|
|
```bash
|
|
|
|
|
yarn config set -- '//git.sakal.us/api/packages/brian/npm/:_authToken' "${GITEA_AUTH_TOKEN}"
|
|
|
|
|
yarn login --scope sakal
|
|
|
|
|
yarn build && yarn publish
|
|
|
|
|
yarn build && yarn tsc && yarn publish
|
|
|
|
|
```
|