Sort contributors alphabetically to prevent churn
This commit is contained in:
parent
5844a9a03c
commit
4c3e37f4b5
2 changed files with 69 additions and 56 deletions
|
@ -93,7 +93,7 @@
|
|||
"build:js": "webpack -p",
|
||||
"build:version": "node scripts/version",
|
||||
"build:vendor": "cp node_modules/l20n/dist/web/l20n.min.js node_modules/babel-polyfill/dist/polyfill.min.js public",
|
||||
"contributors": "git shortlog -s -n | awk -F\\t '{print $2}' > CONTRIBUTORS",
|
||||
"contributors": "git shortlog -s | awk -F\\t '{print $2}' > CONTRIBUTORS",
|
||||
"dev": "npm run build && npm start",
|
||||
"format": "prettier '{frontend/src/,scripts/,server/,test/**/!(bundle)}*.js' 'public/*.css' --single-quote --write",
|
||||
"get-prod-locales": "node scripts/get-prod-locales",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue