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
-4
View File
@@ -14,10 +14,6 @@ jobs:
# https://github.com/actions/checkout
name: Checkout
uses: actions/checkout@v1
-
# https://github.com/actions/setup-node
name: Set up Node
uses: actions/setup-node@v1
-
name: Setup TS
run: npm install tslint typescript -g