We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344f12e commit 9c64a81Copy full SHA for 9c64a81
.github/workflows/release.yml
@@ -10,4 +10,6 @@ jobs:
10
- uses: actions/checkout@v2
11
- run: yarn install
12
- run: yarn lint
13
+ - run: yarn tsc
14
+ - run: yarn test
15
- run: yarn build
0 commit comments