File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 40
40
"i18n:sort" : " jq --sort-keys '.' src/i18n/strings/en_EN.json > src/i18n/strings/en_EN.json.tmp && mv src/i18n/strings/en_EN.json.tmp src/i18n/strings/en_EN.json" ,
41
41
"i18n:lint" : " prettier --log-level=silent --write src/i18n/strings/ --ignore-path /dev/null" ,
42
42
"i18n:diff" : " cp src/i18n/strings/en_EN.json src/i18n/strings/en_EN_orig.json && yarn i18n && matrix-compare-i18n-files src/i18n/strings/en_EN_orig.json src/i18n/strings/en_EN.json" ,
43
- "clean" : " rimraf lib webapp" ,
43
+ "clean" : " rimraf lib webapp dist " ,
44
44
"build" : " yarn clean && yarn build:genfiles && yarn build:bundle" ,
45
45
"build-stats" : " yarn clean && yarn build:genfiles && yarn build:bundle-stats" ,
46
46
"build:res" : " ts-node scripts/copy-res.ts" ,
You can’t perform that action at this time.
0 commit comments