Skip to content

Commit 0c89157

Browse files
committed
ci: install core dependencies before building
Authored by: Aaron Lippold <lippold@gmail.com>
1 parent 8ff420e commit 0c89157

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-mitre-cli.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
- name: Install root dependencies
2828
run: npm install
2929

30+
- name: Install core dependencies
31+
working-directory: core
32+
run: npm install
33+
3034
- name: Build packages
3135
run: node ./scripts/build-packages.js
3236

0 commit comments

Comments
 (0)