Sort scripts keys
This commit is contained in:
parent
03482a4427
commit
a8e6e24e58
1 changed files with 3 additions and 3 deletions
|
@ -11,11 +11,11 @@
|
|||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"bootstrap": "python ./script/bootstrap.py",
|
||||
"build": "python ./script/build.py -c D",
|
||||
"lint": "python ./script/eslint.py && python ./script/cpplint.py",
|
||||
"preinstall": "node -e 'process.exit(0)'",
|
||||
"start": "python ./script/start.py",
|
||||
"test": "python ./script/test.py",
|
||||
"bootstrap": "python ./script/bootstrap.py",
|
||||
"build": "python ./script/build.py -c D"
|
||||
"test": "python ./script/test.py"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue