From 39c2ce9c5c5060234921cadfb3ac06a83b8ec9d6 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sun, 14 Feb 2021 14:30:04 -0600 Subject: Update compile.yml --- .github/workflows/compile.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index f8e1d50..d40a858 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -10,6 +10,7 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '14' + - run: npm install - name: Compile Typescript uses: FuLagann/tsc-build-push@v1 with: -- cgit