diff --git a/.github/workflows/transpile.yml b/.github/workflows/transpile.yml index 3b19a9f..c61e826 100644 --- a/.github/workflows/transpile.yml +++ b/.github/workflows/transpile.yml @@ -20,7 +20,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Install dependencies - run: npm ci + run: npm install - name: Build run: npx tsc