We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0ad5d commit 651e598Copy full SHA for 651e598
package.json
@@ -14,8 +14,7 @@
14
"clean": "rm -rf lib/",
15
"lint": "eslint .",
16
"build": "webpack",
17
- "els-build": "cd elixir-ls && mix deps.get && mix elixir_ls.release -o ../els-release",
18
- "prepack": "npm run clean && npm run build && npm run els-build"
+ "prepack": "npm run clean && npm run build"
19
},
20
"repository": "github:amiralies/coc-elixir",
21
"engines": {
0 commit comments