Skip to content

Commit

Permalink
[#2] Add package script
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi committed Feb 1, 2021
1 parent 33fa282 commit 281d534
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
with:
otp-version: 21.3
elixir-version: 1.11.3
- name: Install vsce
run: yarn add vsce --dev
- run: npm install
- run: npm run compile
- name: Package
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"main": "./client/out/client.js",
"scripts": {
"package": "vsce package --yarn",
"test": "echo \"Error: no test specified\" && exit 1",
"vscode:prepublish": "cd client && npm run compile",
"compile": "cd erlang_ls && rebar3 escriptize && cd ../client && npm run compile",
Expand Down

0 comments on commit 281d534

Please sign in to comment.