Skip to content

Commit 529c334

Browse files
committed
fix: Organize packages
1 parent a763934 commit 529c334

File tree

3 files changed

+146
-52
lines changed

3 files changed

+146
-52
lines changed

.github/workflows/evaluations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache-dependency-path: 'package-lock.json'
3333

3434
- name: Install Node dependencies
35-
run: npm ci
35+
run: npm ci --include=dev
3636

3737
- name: Build project
3838
run: npm run build

0 commit comments

Comments
 (0)