Skip to content

Commit

Permalink
chore(release): change yarn compile by yarn tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
leguellec committed May 7, 2021
1 parent af9baaf commit 230a6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Compile and package library
run: |
yarn install
yarn compile
yarn tsc
zip ekino-node-config-$VERSION.zip build package.json README.md CHANGELOG.md
unzip -t ekino-node-config-$VERSION.zip
env:
Expand Down

0 comments on commit 230a6e0

Please sign in to comment.