mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Remove postinstall, make it manual, make sure jakefile is in gitignore
This commit is contained in:
parent
106b32d97b
commit
ff4c20c0de
@ -3,6 +3,6 @@ doc
|
||||
scripts
|
||||
src
|
||||
tests
|
||||
Jakefile
|
||||
Jakefile.js
|
||||
.travis.yml
|
||||
.settings/
|
||||
@ -46,7 +46,7 @@
|
||||
"build:tests": "jake tests",
|
||||
"clean": "jake clean",
|
||||
"jake": "jake",
|
||||
"postinstall": "echo \"try {require('./scripts/link-hooks.js'); console.log('Git hooks installed.');} catch (e) {console.log('Script not run, git hooks not installed.')}\" | node"
|
||||
"setup-hooks": "node scripts/lint-hooks.js"
|
||||
},
|
||||
"browser": {
|
||||
"buffer": false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user