Skip to content

Commit 624fc84

Browse files
Ruben van LeeuwenDutchBen
authored andcommitted
2202: Github action fix
1 parent 7e81964 commit 624fc84

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/publish-to-npm.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ jobs:
2626

2727
- name: Update npm
2828
run: npm install -g npm@latest && npm --version
29+
2930
- name: Installing dependencies
30-
run: cd frontend && npm ci && pwd
31+
run: npm ci && pwd
32+
3133
- name: Create Release Pull Request or Publish
3234
id: changesets
3335
uses: changesets/action@e0538e686673de0265c8a3e2904b8c76beaa43fd

apps/wfo-ui

0 commit comments

Comments
 (0)