diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0a4aad2..2efe46b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,9 +20,8 @@ jobs: registry-url: 'https://npm.pkg.github.com/' scope: 'surelle-ha' - - run: npm ci --legacy-peer-deps - - run: npm run build - + - run: npm install --legacy-peer-deps + - run: tsc --build - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}