Skip to content

Commit 04a903a

Browse files
authored
Update publish.yml (#61)
1 parent 9396c76 commit 04a903a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install .[dev]
30+
pip install .[dev, demo]
3131
3232
- name: Lint with flake8
3333
run: |
@@ -93,6 +93,8 @@ jobs:
9393
with:
9494
node-version: ${{ matrix.node-version }}
9595
cache: 'npm'
96+
working-directory: chartlets.js
97+
9698
- run: npm ci
9799
- run: npm run lint
98100
- run: npm run build
@@ -114,6 +116,8 @@ jobs:
114116
with:
115117
node-version: '18.x'
116118
registry-url: 'https://registry.npmjs.org'
119+
working-directory: chartlets.js
120+
117121
- run: npm ci
118122
- run: npm run build
119123
- run: npm publish --access public

0 commit comments

Comments
 (0)