Skip to content

Commit

Permalink
version and ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoole committed Apr 24, 2024
1 parent bbfc1df commit eb14aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
path: ~/.npm
key: ${{ runner.OS }}-dependency-cache-${{ hashFiles('**/package.json') }}
- run: npm ci
- run: npm install
working-directory: plugin
- run: npm run build
working-directory: plugin
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"rnVersion": "0.5.1",
"iosVersion": "0.11.0",
"androidVersion": "0.10.0",
"version": "0.9.0"
"version": "0.10.0"
}

0 comments on commit eb14aad

Please sign in to comment.