Skip to content

Commit 3f82f2c

Browse files
authored
chore: add separate release scripts (#10225)
1 parent dda281c commit 3f82f2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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 && yarn workspace @vaadin/aura build && yarn workspace @vaadin/vaadin-lumo-styles build",
7+
"analyze": "polymer analyze packages/**/vaadin-*.js > analysis.json && node scripts/prepareDocs.js",
88
"api-docs:start": "yarn analyze && yarn workspace api-docs generate ../analysis.json && yarn workspace api-docs start",
99
"api-docs:build": "yarn analyze && yarn workspace api-docs generate ../analysis.json && yarn workspace api-docs build",
1010
"debug": "yarn test --watch",
@@ -18,6 +18,9 @@
1818
"lint:types": "tsc",
1919
"postinstall": "patch-package",
2020
"prepare": "husky",
21+
"release": "yarn release:themes && yarn release:web-types",
22+
"release:themes": "yarn workspace @vaadin/aura build && yarn workspace @vaadin/vaadin-lumo-styles build",
23+
"release:web-types": "yarn analyze && node scripts/buildWebtypes.js",
2124
"start": "web-dev-server --node-resolve --open /dev",
2225
"start:aura": "web-dev-server --node-resolve --open /dev --theme=aura",
2326
"start:lumo": "web-dev-server --node-resolve --open /dev --theme=lumo",

0 commit comments

Comments
 (0)