Skip to content

Commit 644e0fd

Browse files
committed
Add npm scripts
1 parent 3931918 commit 644e0fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"version": "0.1.0",
44
"description": "coc.nvim elixir extension",
55
"main": "lib/index.js",
6-
"scripts": {},
6+
"scripts": {
7+
"clean": "rm -rf lib/",
8+
"build": "webpack",
9+
"prepack": "npm run clean && npm run build"
10+
},
711
"engines": {
812
"coc": "^0.0.4"
913
},

0 commit comments

Comments
 (0)