Skip to content

Commit edf418c

Browse files
authored
Update publish-frontend.yml
1 parent 2c698c6 commit edf418c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-frontend.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ jobs:
102102
cache: 'npm'
103103
cache-dependency-path: chartlets.js/package-lock.json
104104

105-
- run: |
105+
- name: Install dependencies, build, and publish (packages/lib)
106+
run: |
106107
cd packages/lib
107108
npm ci
108109
npm run build

0 commit comments

Comments
 (0)