Add *.d.ts to ignore file?
This commit is contained in:
@@ -18,9 +18,9 @@ jobs:
|
|||||||
node-version: 16.15
|
node-version: 16.15
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
registry-url: 'https://npm.pkg.github.com'
|
registry-url: 'https://npm.pkg.github.com'
|
||||||
- run: npm run format-check -ws
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
- run: npm run format-check -ws
|
||||||
- run: npm run build -ws
|
- run: npm run build -ws
|
||||||
- run: npm test -ws
|
- run: npm test -ws
|
||||||
|
|||||||
@@ -3,3 +3,4 @@ dist
|
|||||||
*.md
|
*.md
|
||||||
*.js
|
*.js
|
||||||
*.json
|
*.json
|
||||||
|
*.d.ts
|
||||||
|
|||||||
Reference in New Issue
Block a user