Skip to content

Commit 61214fc

Browse files
committed
chore: update kcd-script and skip types generation
1 parent f215937 commit 61214fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"node": ">=10"
2525
},
2626
"scripts": {
27-
"build": "kcd-scripts build --ignore \"**/__tests__/**,**/__node_tests__/**,**/__mocks__/**\" && kcd-scripts build --no-ts-defs --bundle --no-clean",
27+
"build": "kcd-scripts build --no-ts-defs --ignore \"**/__tests__/**,**/__node_tests__/**,**/__mocks__/**\" && kcd-scripts build --no-ts-defs --bundle --no-clean",
2828
"lint": "kcd-scripts lint",
2929
"setup": "npm install && npm run validate -s",
3030
"test": "kcd-scripts test",
@@ -53,7 +53,7 @@
5353
"jest-serializer-ansi": "^1.0.3",
5454
"jest-watch-select-projects": "^2.0.0",
5555
"jsdom": "^16.4.0",
56-
"kcd-scripts": "^7.5.2",
56+
"kcd-scripts": "^7.5.3",
5757
"typescript": "^4.1.2"
5858
},
5959
"eslintConfig": {

0 commit comments

Comments
 (0)