Skip to content

Commit f55791b

Browse files
authored
chore: remove no longer needed script for theme folder typings (#9921)
1 parent abfd315 commit f55791b

File tree

3 files changed

+1
-30
lines changed

3 files changed

+1
-30
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"author": "Vaadin Ltd",
55
"type": "module",
66
"scripts": {
7-
"analyze": "polymer analyze packages/**/vaadin-*.js > analysis.json && node scripts/prepareDocs.js && node scripts/buildWebtypes.js && node scripts/generateLumoAutoCompleteCss.js && ./scripts/buildThemeTypings.sh",
8-
"build:ts": "tsc --build tsconfig.build.json",
7+
"analyze": "polymer analyze packages/**/vaadin-*.js > analysis.json && node scripts/prepareDocs.js && node scripts/buildWebtypes.js && node scripts/generateLumoAutoCompleteCss.js",
98
"debug": "yarn test --watch",
109
"debug:it": "yarn test --watch --config web-test-runner-it.config.js",
1110
"dist": "rimraf dist && yarn analyze && rollup -c rollup.config.js && cp analysis.json dist",

scripts/buildThemeTypings.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

tsconfig.build.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)