diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2e05dd3..a14dc7e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -62,7 +62,7 @@ jobs: echo "${{ secrets.IBLICENSE }}" > ./installbuilder/license.xml - name: Install Dependencies run: | - npm i + npm i -D tsc util/prepare - name: Create Updaters run: |