Skip to content

Commit

Permalink
shorten names
Browse files Browse the repository at this point in the history
  • Loading branch information
misteroneill committed Jul 31, 2019
1 parent 2355a84 commit f42e3f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"build:css:default": "sass --no-source-map src/css/vjs.scss dist/video-js.css",
"postbuild:css:default": "postcss --verbose --config postcss.config.js -d dist/ dist/video-js.css",
"prebuild:lang": "npm-run-all -s prebuild:lang:*",
"prebuild:lang:chinese-rm": "shx rm -f lang/zh-Han*.json",
"prebuild:lang:chinese-s": "shx cp lang/zh-CN.json lang/zh-Hans.json",
"prebuild:lang:chinese-t": "shx cp lang/zh-TW.json lang/zh-Hant.json",
"prebuild:lang:zh-rm": "shx rm -f lang/zh-Han*.json",
"prebuild:lang:zh-s": "shx cp lang/zh-CN.json lang/zh-Hans.json",
"prebuild:lang:zh-t": "shx cp lang/zh-TW.json lang/zh-Hant.json",
"build:lang": "npm-run-all build:lang:*",
"build:lang:js": "vjslang --dir dist/lang",
"build:lang:copy": "shx cp -R lang/* dist/lang/",
Expand Down

0 comments on commit f42e3f8

Please sign in to comment.