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 58325de commit 0ff2510Copy full SHA for 0ff2510
1 file changed
.github/workflows/publish.yaml
@@ -18,7 +18,7 @@ jobs:
18
BD_USERNAME: ${{secrets.BD_USERNAME}}
19
BD_PASSWORD: ${{secrets.BD_PASSWORD}}
20
run: |
21
- yarn install --frozen-lockfile --ignore-optional
+ yarn install --frozen-lockfile
22
yarn build
23
yarn lint
24
yarn test
0 commit comments