update publish command
This commit is contained in:
@@ -14,5 +14,5 @@ To publish a new version of this package:
|
|||||||
```bash
|
```bash
|
||||||
yarn config set -- '//git.sakal.us/api/packages/brian/npm/:_authToken' "${GITEA_AUTH_TOKEN}"
|
yarn config set -- '//git.sakal.us/api/packages/brian/npm/:_authToken' "${GITEA_AUTH_TOKEN}"
|
||||||
yarn login --scope sakal
|
yarn login --scope sakal
|
||||||
yarn build && yarn publish
|
yarn build && yarn tsc && yarn publish
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user