File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 4
4
"author" : " Vaadin Ltd" ,
5
5
"type" : " module" ,
6
6
"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" ,
8
8
"api-docs:start" : " yarn analyze && yarn workspace api-docs generate ../analysis.json && yarn workspace api-docs start" ,
9
9
"api-docs:build" : " yarn analyze && yarn workspace api-docs generate ../analysis.json && yarn workspace api-docs build" ,
10
10
"debug" : " yarn test --watch" ,
18
18
"lint:types" : " tsc" ,
19
19
"postinstall" : " patch-package" ,
20
20
"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" ,
21
24
"start" : " web-dev-server --node-resolve --open /dev" ,
22
25
"start:aura" : " web-dev-server --node-resolve --open /dev --theme=aura" ,
23
26
"start:lumo" : " web-dev-server --node-resolve --open /dev --theme=lumo" ,
You can’t perform that action at this time.
0 commit comments