Skip to content

Commit d6fb52d

Browse files
authored
Fix tests in publish action (#191)
1 parent 3a046b1 commit d6fb52d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- run: yarn install --network-timeout 1000000 --frozen-lockfile
21-
- run: npm run test
21+
- run: yarn run build-views
22+
- run: yarn test
2223
- run: npm publish
2324
env:
2425
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}

0 commit comments

Comments
 (0)