aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/nodejs.yml
diff options
context:
space:
mode:
authorTymanWasTaken <32660892+tymanwastaken@users.noreply.github.com>2021-05-25 13:01:53 -0600
committerTymanWasTaken <32660892+tymanwastaken@users.noreply.github.com>2021-05-25 13:01:53 -0600
commitdf172e0b0d4180d025e19b80f4f091b01401e0d1 (patch)
treecf1b7d5f2ca4ec740256a88f001b676eb8553f9f /.github/workflows/nodejs.yml
parentbbe1ab863f69d76482979607e71199899b2a3a3e (diff)
downloadtanzanite-df172e0b0d4180d025e19b80f4f091b01401e0d1.tar.gz
tanzanite-df172e0b0d4180d025e19b80f4f091b01401e0d1.tar.bz2
tanzanite-df172e0b0d4180d025e19b80f4f091b01401e0d1.zip
Compltely update to esbuild and yarn v2, fix eval, and bump akairo fork version (this one has private responses)
Diffstat (limited to '.github/workflows/nodejs.yml')
-rw-r--r--.github/workflows/nodejs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index 2a0beaa..b5f4951 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -25,7 +25,7 @@ jobs:
- name: ESLint
run: yarn lint
- name: Test Build
- run: yarn build
+ run: yarn build-tsc
Check-Formatting:
runs-on: ubuntu-latest