We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a046b1 commit d6fb52dCopy full SHA for d6fb52d
.github/workflows/publish.yaml
@@ -18,7 +18,8 @@ jobs:
18
registry-url: 'https://registry.npmjs.org'
19
20
- run: yarn install --network-timeout 1000000 --frozen-lockfile
21
- - run: npm run test
+ - run: yarn run build-views
22
+ - run: yarn test
23
- run: npm publish
24
env:
25
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}
0 commit comments