Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvaCarsi committed Nov 3, 2023
1 parent 93baba8 commit b0534e2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,3 +284,14 @@ In order to test the library in a project without releasing the library:
- `npm run build`
- This will generate a local build in the `dist` folder
- Copy the content of that folder in `node_modules/wrapito` in your project

## Deploy new version in npm

You need to create a new tag for the project. E.g:

```
git tag v1.0.5
git push origin v1.0.5
```

This will run a workflow in github that will publish this version for you.

0 comments on commit b0534e2

Please sign in to comment.