aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorJoshua Cold <joshzcold@gmail.com>2022-03-04 11:37:14 -0700
committerGitHub <noreply@github.com>2022-03-04 19:37:14 +0100
commitb5df92e836a96bf8c3c6ccb34160f514a21b5e95 (patch)
tree87243717c07ed0738d0bc0ad07018e01340304be /lua
parentissue_template: update title for general issues (diff)
downloadmason-b5df92e836a96bf8c3c6ccb34160f514a21b5e95.tar
mason-b5df92e836a96bf8c3c6ccb34160f514a21b5e95.tar.gz
mason-b5df92e836a96bf8c3c6ccb34160f514a21b5e95.tar.bz2
mason-b5df92e836a96bf8c3c6ccb34160f514a21b5e95.tar.lz
mason-b5df92e836a96bf8c3c6ccb34160f514a21b5e95.tar.xz
mason-b5df92e836a96bf8c3c6ccb34160f514a21b5e95.tar.zst
mason-b5df92e836a96bf8c3c6ccb34160f514a21b5e95.zip
remove npm install --production from ansiblels (#518)
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-lsp-installer/servers/ansiblels/init.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/servers/ansiblels/init.lua b/lua/nvim-lsp-installer/servers/ansiblels/init.lua
index f5e0213e..ca2933e6 100644
--- a/lua/nvim-lsp-installer/servers/ansiblels/init.lua
+++ b/lua/nvim-lsp-installer/servers/ansiblels/init.lua
@@ -15,7 +15,6 @@ return function(name, root_dir)
npm.install { "npm@latest" }, -- ansiblels has quite a strict npm version requirement
npm.exec("npm", { "install" }),
npm.run "compile",
- npm.exec("npm", { "install", "--production" }),
context.receipt(function(receipt)
receipt:with_primary_source(receipt.git_remote "https://github.com/ansible/ansible-language-server")
end),