diff --git a/.github/workflows/buildtest.yml b/.github/workflows/buildtest.yml index cd4e113..3021880 100644 --- a/.github/workflows/buildtest.yml +++ b/.github/workflows/buildtest.yml @@ -18,9 +18,9 @@ jobs: node-version: 16.15 cache: 'npm' registry-url: 'https://npm.pkg.github.com' - - run: npm run format-check -ws - run: npm ci env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - run: npm run format-check -ws - run: npm run build -ws - run: npm test -ws diff --git a/actions-languageservice/.prettierignore b/actions-languageservice/.prettierignore index ce98533..6bcb9ea 100644 --- a/actions-languageservice/.prettierignore +++ b/actions-languageservice/.prettierignore @@ -3,3 +3,4 @@ dist *.md *.js *.json +*.d.ts