Merge pull request #4439 from atom/add-more-npm-scripts
Add more npm scripts
This commit is contained in:
commit
fd30ed0edd
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
},
|
||||
"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",
|
||||
|
|
Loading…
Reference in a new issue