Skip to content

Commit ff5271d

Browse files
trying a fix - do not commit
1 parent e51d911 commit ff5271d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/stage-2-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ jobs:
9898
with:
9999
node-version: ${{ inputs.nodejs_version }}
100100
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101+
- name: "rebuild npm"
102+
run: |
103+
npm install
101104
- name: "Generate dependencies"
102105
run: |
103106
npm run generate-dependencies --workspaces --if-present

0 commit comments

Comments
 (0)