diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 7236d9c..ec157f6 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -53,7 +53,7 @@ jobs: - name: Transpile/Build the package (TypeScript -> JavaScript) run: | # Because Yarn is used locally better to install and use it than have to debug weird inconsistencies - #npm install --global yarn + npm install --global yarn # Install needed dependencies yarn install