We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6e0e6 commit c3a6cfeCopy full SHA for c3a6cfe
.gitignore
@@ -89,4 +89,7 @@ typings/
89
.dynamodb/
90
91
lib/
92
+
93
+els-release/
94
95
# End of https://www.gitignore.io/api/node
package.json
@@ -13,6 +13,7 @@
13
"scripts": {
14
"clean": "rm -rf lib/",
15
"build": "webpack",
16
+ "els-build": "cd elixir-ls && mix deps.get && mix elixir_ls.release -o ../els-release",
17
"prepack": "npm run clean && npm run build"
18
},
19
"repository": "github:amiralies/coc-elixir",
0 commit comments