Skip to content

Commit

Permalink
removed bob from build
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jan 26, 2024
1 parent 1a71cf4 commit ddb9072
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm install bob
- run: npm install
- run: npm run build
- run: npm publish --scope=@functionland --access=public
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@functionland/recyclerlistview",
"version": "4.2.2",
"version": "4.2.3",
"description": "The listview that you need and deserve. It was built for performance, uses cell recycling to achieve smooth scrolling.",
"main": "dist/reactnative/index.js",
"types": "dist/reactnative/index.d.ts",
Expand Down

0 comments on commit ddb9072

Please sign in to comment.