File tree 5 files changed +8
-8
lines changed
building-rollup/templates
building-rollup-ts/templates
demoing-storybook/templates
demoing-storybook-ts/templates
wc-lit-element-ts/templates
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"scripts" : {
3
- "build" : " rimraf dist && tsc && rollup -c rollup.config.js && <%= scriptRunCommand %> analyze" ,
3
+ "build" : " rimraf dist && tsc && rollup -c rollup.config.js && <%= scriptRunCommand %> analyze --exclude dist " ,
4
4
"start:build" : " web-dev-server --root-dir dist --app-index index.html --open"
5
5
},
6
6
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"scripts" : {
3
- "build" : " rimraf dist && rollup -c rollup.config.js && <%= scriptRunCommand %> analyze" ,
3
+ "build" : " rimraf dist && rollup -c rollup.config.js && <%= scriptRunCommand %> analyze --exclude dist " ,
4
4
"start:build" : " web-dev-server --root-dir dist --app-index index.html --open"
5
5
},
6
6
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"scripts" : {
3
- "storybook" : " tsc && <%= scriptRunCommand %> analyze && concurrently -k -r \" tsc --watch --preserveWatchOutput\" \" wds -c .storybook/server.mjs\" " ,
4
- "storybook:build" : " tsc && <%= scriptRunCommand %> analyze && build-storybook"
3
+ "storybook" : " tsc && <%= scriptRunCommand %> analyze --exclude dist && concurrently -k -r \" tsc --watch --preserveWatchOutput\" \" wds -c .storybook/server.mjs\" " ,
4
+ "storybook:build" : " tsc && <%= scriptRunCommand %> analyze --exclude dist && build-storybook"
5
5
},
6
6
"devDependencies" : {
7
7
"@web/dev-server-storybook" : " next"
Original file line number Diff line number Diff line change 1
1
{
2
2
"scripts" : {
3
- "storybook" : " <%= scriptRunCommand %> analyze && web-dev-server -c .storybook/server.mjs" ,
4
- "storybook:build" : " <%= scriptRunCommand %> analyze && build-storybook"
3
+ "storybook" : " <%= scriptRunCommand %> analyze --exclude dist && web-dev-server -c .storybook/server.mjs" ,
4
+ "storybook:build" : " <%= scriptRunCommand %> analyze --exclude dist && build-storybook"
5
5
},
6
6
"devDependencies" : {
7
7
"@web/dev-server-storybook" : " next"
Original file line number Diff line number Diff line change 7
7
},
8
8
"scripts" : {
9
9
"start" : " tsc && concurrently -k -r \" tsc --watch --preserveWatchOutput\" \" wds\" " ,
10
- "build" : " tsc && <%= scriptRunCommand %> analyze" ,
11
- "prepublish" : " tsc && <%= scriptRunCommand %> analyze"
10
+ "build" : " tsc && <%= scriptRunCommand %> analyze --exclude dist " ,
11
+ "prepublish" : " tsc && <%= scriptRunCommand %> analyze --exclude dist "
12
12
},
13
13
"dependencies" : {
14
14
"lit" : " ^2.0.0-rc.3"
You can’t perform that action at this time.
0 commit comments