mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove script/install-cli
The CommandInstaller class now has native module dependencies that are compiled with apm so invoking it directly from node is no longer possible. This can still be done using the grunt install task. Closes #2555
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
#!/usr/bin/env coffee
|
||||
|
||||
path = require 'path'
|
||||
CommandInstaller = require '../src/command-installer'
|
||||
|
||||
callback = (error) ->
|
||||
console.warn error.message if error?
|
||||
|
||||
CommandInstaller.installAtomCommand(path.resolve(__dirname, '..'), callback)
|
||||
CommandInstaller.installApmCommand(path.resolve(__dirname, '..'), callback)
|
||||
Reference in New Issue
Block a user