Skip to content

Commit

Permalink
"update(README): add an example on how to update @knapsack-pro/jest i…
Browse files Browse the repository at this point in the history
…n create-react-app-example (not a workspace project)
  • Loading branch information
ArturT committed Jul 24, 2023
1 parent 72d6cc3 commit 83106d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ cd packages/jest
npm run build
npm adduser # sign in to npm
npm publish

# if a project is not a workspace
cd packages/create-react-app-example
npm install -D @knapsack-pro/jest
git commit -am "deps(create-react-app-example): update @knapsack-pro/jest"
```

Remember to update `TestSuiteClientVersionChecker` in the Knapsack Pro API repository.
Expand Down

0 comments on commit 83106d9

Please sign in to comment.