Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RaysOfTheSun committed Jun 19, 2020
2 parents b2c1ceb + 9351569 commit 865256a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
node-version: 12
- run: npm ci
- run: npm test
- name: tsc compile
uses: icrawl/action-tsc@v1
- run: npm run compile
# - name: tsc compile
# uses: icrawl/action-tsc@v1
# with:
# noEmit: false
- run: npm run-script build

publish-npm:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Github issues](https://img.shields.io/github/issues/RaysOfTheSun/react-stablelist?color=informational)](https://github.com/RaysOfTheSun/react-stablelist/issues)
[![GitHub release](https://img.shields.io/github/release/RaysOfTheSun/react-stablelist)](https://github.com/RaysOfTheSun/react-stablelist/releases)
[![npm version](https://badge.fury.io/js/react-stablelist.svg)](https://badge.fury.io/js/react-stablelist)
![Node.js Package](https://github.com/RaysOfTheSun/react-stablelist/workflows/Node.js%20Package/badge.svg?branch=1.1.2-1)

A simple listview component for ReactJS that implements the concept of virtualization for effieciently rendering a huge dataset.

Expand Down

0 comments on commit 865256a

Please sign in to comment.