add modclean to build process

Signed-off-by: Alexis Tyler <xo@wvvw.me>
This commit is contained in:
Alexis Tyler
2019-09-05 12:48:53 +09:30
parent 7f35f6ebe3
commit c23f931898
3 changed files with 93 additions and 5 deletions
+2
View File
@@ -31,6 +31,8 @@ jobs:
chmod 600 ~/.ssh/id_rsa
- name: Installing node deps
run: npm install
- name: Remove unneeded files
run: modclean --no-progress --run --path .
- name: Packing release
run: npm pack
- name: Uploading release to Github