Skip to content

Commit e26c54f

Browse files
author
Pelle Wessman
committed
Cleanup old leftovers
1 parent 1468799 commit e26c54f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# Generated types
1414
*.d.ts
1515
*.d.ts.map
16-
!/lib/types/**/*.d.ts
1716

1817
# Library specific ones
1918
!/.vscode/extensions.json

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"check:tsc": "tsc",
3333
"check:type-coverage": "type-coverage --detail --strict --at-least 95 --ignore-files 'test/*'",
3434
"check": "run-p -c --aggregate-output check:*",
35-
"generate-types": "node lib/utils/generate-types.js > lib/types/api.d.ts",
3635
"prepare": "husky install",
3736
"test:mocha": "c8 --reporter=lcov --reporter text mocha 'test/**/*.spec.js'",
3837
"test-ci": "run-s test:*",

0 commit comments

Comments
 (0)