Skip to content

Commit bb5c912

Browse files
jcheng5wch
andauthored
Update manifest to bundle built JS for tanstack table (#578)
Co-authored-by: Winston Chang <[email protected]>
1 parent 936332c commit bb5c912

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/pytest.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install node.js
8686
uses: actions/setup-node@v3
8787
with:
88-
node-version: '18'
88+
node-version: "18"
8989
cache: npm
9090
cache-dependency-path: examples/brownian/shinymediapipe/package-lock.json
9191
- name: Install node.js package
@@ -111,7 +111,8 @@ jobs:
111111
- name: Install dependencies
112112
run: |
113113
python -m pip install --upgrade pip
114-
pip install -e ".[dev,test]"
114+
make install-deps
115+
make install
115116
- name: "Build Package"
116117
run: |
117118
make dist

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
99
recursive-include shiny/www *
1010
recursive-include shiny/experimental/www *
1111
recursive-include shiny/examples *
12+
recursive-include shiny/ui/dataframe/js/dist *

0 commit comments

Comments
 (0)