Use ncc and clean workflows

This commit is contained in:
CrazyMax
2020-04-09 03:31:03 +02:00
parent 1f2ea644cc
commit 168bf72554
9 changed files with 27201 additions and 91 deletions
+5
View File
@@ -18,6 +18,11 @@ jobs:
# https://github.com/actions/checkout
name: Checkout
uses: actions/checkout@v1
-
name: Build
run: |
npm install
npm run build
-
name: Install
run: npm ci