diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-02-14 14:30:04 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-14 14:30:04 -0600 |
commit | 39c2ce9c5c5060234921cadfb3ac06a83b8ec9d6 (patch) | |
tree | adca50ad9e6a39713d7038473abfa79303d5869a /.github | |
parent | 4e452200bc7e4ccc8935cd5a2f018767fb92595a (diff) | |
download | skyblock-api-39c2ce9c5c5060234921cadfb3ac06a83b8ec9d6.tar.gz skyblock-api-39c2ce9c5c5060234921cadfb3ac06a83b8ec9d6.tar.bz2 skyblock-api-39c2ce9c5c5060234921cadfb3ac06a83b8ec9d6.zip |
Update compile.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/compile.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |