Skip to content

Commit 9c64a81

Browse files
committed
feat: add some features to run at workflows
1 parent 344f12e commit 9c64a81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- run: yarn install
1212
- run: yarn lint
13+
- run: yarn tsc
14+
- run: yarn test
1315
- run: yarn build

0 commit comments

Comments
 (0)