fix modclean missing by using yarn context

Signed-off-by: Alexis Tyler <xo@wvvw.me>
This commit is contained in:
Alexis Tyler
2019-09-06 14:08:42 +09:30
parent c23f931898
commit b069232991

View File

@@ -32,7 +32,7 @@ jobs:
- name: Installing node deps
run: npm install
- name: Remove unneeded files
run: modclean --no-progress --run --path .
run: npm run build
- name: Packing release
run: npm pack
- name: Uploading release to Github