Use ncc and clean workflows

This commit is contained in:
CrazyMax 2020-04-09 03:31:03 +02:00
parent 1f2ea644cc
commit 168bf72554
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
9 changed files with 27201 additions and 91 deletions

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