Skip to content

Commit 9da3f29

Browse files
Merge pull request #9 from Parfuemerie-Douglas/github-actions
Update main.yml
2 parents d6b55f0 + f8bf219 commit 9da3f29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929

3030
- run: yarn install --immutable --immutable-cache --check-cache
3131

32+
- run: yarn tsc
33+
34+
- run: yarn build
35+
3236
- run: npm publish
3337
env:
3438
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)