Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Jan 28, 2025
1 parent c017edd commit 2fdb583
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ t=auto-recover yarn test
Update version number in `packages/core/src/Rest.ts`

```
yarn compile
yarn lerna publish from-package
```

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
],
"scripts": {
"compile": "lerna exec 'yarn build' --no-private",
"prepublishOnly": "yarn reset && yarn compile",
"reset": "lerna exec 'rm -rf lib dist'",
"test": "yarn workspace @rc-ex/test run vitest",
"upgrade-all": "yarn-upgrade-all -W && yarn workspaces run yarn-upgrade-all && yarn install",
Expand Down

0 comments on commit 2fdb583

Please sign in to comment.