Merge pull request #4439 from atom/add-more-npm-scripts

Add more npm scripts
This commit is contained in:
Kevin Sawicki 2016-02-11 11:29:46 -08:00
commit fd30ed0edd

View file

@ -11,6 +11,8 @@
}, },
"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",