File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
"build" : " tsc" ,
37
37
"copy" : " cp docs/assets/* _site/assets" ,
38
38
"dev" : " npm run watch & npm run serve" ,
39
- "dist" : " npm run fixtures && npm run analyze && rocket build && npm run copy" ,
39
+ "dist" : " npm run fixtures && npm run analyze && patch-package && rocket build && npm run copy" ,
40
40
"fixtures" : " cem analyze --litelement --outdir docs/assets --globs 'src/fixtures/*.ts'" ,
41
41
"lint:css" : " stylelint src/**/*.ts" ,
42
42
"lint:eslint" : " eslint src --ext .ts" ,
43
43
"lint:lit" : " lit-analyzer src --strict" ,
44
44
"lint" : " npm-run-all --parallel lint:*" ,
45
- "prepare " : " patch-package" ,
45
+ "prestart " : " patch-package" ,
46
46
"prepublishOnly" : " run-s build analyze" ,
47
47
"serve" : " web-dev-server --node-resolve" ,
48
48
"size" : " size-limit" ,
You can’t perform that action at this time.
0 commit comments