Skip to content

Commit 651e598

Browse files
committed
Remove els build command
1 parent 9a0ad5d commit 651e598

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"clean": "rm -rf lib/",
1515
"lint": "eslint .",
1616
"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"
17+
"prepack": "npm run clean && npm run build"
1918
},
2019
"repository": "github:amiralies/coc-elixir",
2120
"engines": {

0 commit comments

Comments
 (0)