Skip to content

Commit 01fe626

Browse files
solonkoolesyaOlesia Solonko
andauthored
Add npm install to frontend ci, because of AppInsight integration (#42)
Co-authored-by: Olesia Solonko <olesia.solonko@ngi.no>
1 parent 452478b commit 01fe626

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/frontend-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Bump frontend version
2323
run: |
2424
cd frontend
25+
npm install
2526
npm ci
2627
npm version patch --no-git-tag-version
2728
VERSION=$(node -p 'require("./package.json").version')

0 commit comments

Comments
 (0)