Skip to content

Commit e500de4

Browse files
committed
ci: install mock as a temporary workaround to fix ci build
1 parent 6e36cb7 commit e500de4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
with:
1515
node-version: '10.x'
1616
registry-url: 'https://registry.npmjs.org'
17+
- name: Install dependencies & build (mock)
18+
working-directory: ./mock
19+
run: npm install
1720
- run: npm ci
1821
- run: npm publish
1922
env:
@@ -30,6 +33,9 @@ jobs:
3033
with:
3134
node-version: '10.x'
3235
registry-url: 'https://npm.pkg.github.com'
36+
- name: Install dependencies & build (mock)
37+
working-directory: ./mock
38+
run: npm install
3339
- run: npm ci
3440
- run: npm publish
3541
env:

0 commit comments

Comments
 (0)