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,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"bootstrap": "python ./script/bootstrap.py",
|
||||||
|
"build": "python ./script/build.py -c D",
|
||||||
"lint": "python ./script/eslint.py && python ./script/cpplint.py",
|
"lint": "python ./script/eslint.py && python ./script/cpplint.py",
|
||||||
"preinstall": "node -e 'process.exit(0)'",
|
"preinstall": "node -e 'process.exit(0)'",
|
||||||
"start": "python ./script/start.py",
|
"start": "python ./script/start.py",
|
||||||
"test": "python ./script/test.py",
|
"test": "python ./script/test.py"
|
||||||
"bootstrap": "python ./script/bootstrap.py",
|
|
||||||
"build": "python ./script/build.py -c D"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue