Skip to content

Commit

Permalink
added build action
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jan 26, 2024
1 parent 30b03b6 commit e2bb61a
Show file tree
Hide file tree
Showing 72 changed files with 88 additions and 78 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages

name: Node.js Package

on:
Expand Down Expand Up @@ -28,6 +25,8 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
- run: npm install
- run: npm run build
- run: npm publish --scope=@functionland --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ captures/
node_modules/

#npm release config
.npmrc
.npmrc
dist/*
3 changes: 2 additions & 1 deletion dist/reactnative/core/ItemAnimator.js

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

2 changes: 1 addition & 1 deletion dist/reactnative/core/ItemAnimator.js.map

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

2 changes: 1 addition & 1 deletion dist/reactnative/core/ProgressiveListView.js.map

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

1 change: 1 addition & 0 deletions dist/reactnative/core/RecyclerListView.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export interface RecyclerListViewProps {
scrollViewProps?: object;
applyWindowCorrection?: (offsetX: number, offsetY: number, windowCorrection: WindowCorrection) => void;
onItemLayout?: (index: number) => void;
stopRenderingOnAnimation?: any;
windowCorrectionConfig?: {
value?: WindowCorrection;
applyToInitialOffset?: boolean;
Expand Down
3 changes: 3 additions & 0 deletions dist/reactnative/core/RecyclerListView.js

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

2 changes: 1 addition & 1 deletion dist/reactnative/core/RecyclerListView.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit e2bb61a

Please sign in to comment.