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 a0364dc commit b0a929aCopy full SHA for b0a929a
1 file changed
.github/workflows/deploy.yml
@@ -22,6 +22,7 @@ jobs:
22
node-version: 12
23
- run: git config credential.helper "store --file=.git/credentials"
24
- run: 'echo "https://benjie:${GITHUB_TOKEN}@github.com" > .git/credentials'
25
+ - run: yarn
26
- run: yarn clean
27
- run: yarn format
28
- run: yarn build
0 commit comments