Use ncc and clean workflows

This commit is contained in:
CrazyMax
2020-04-09 02:32:42 +02:00
parent 74111003d6
commit 2d97075bcc
13 changed files with 27138 additions and 151 deletions

View File

@@ -4,11 +4,9 @@ on:
pull_request:
branches:
- master
- releases/*
push:
branches:
- master
- releases/*
jobs:
test:
@@ -24,6 +22,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