Add *.d.ts to ignore file?

This commit is contained in:
Jacob Wallraff
2023-01-30 11:52:12 -08:00
parent 12ccf97637
commit 561e0f2c05
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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