From d2ba2ffabd5a57c92aa2e99f1ec06f132ac30b30 Mon Sep 17 00:00:00 2001 From: Tensor-Programming Date: Thu, 28 May 2020 04:36:41 -0400 Subject: [PATCH] fix vanilliajs folder --- .github/workflows/smoke-test-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-test-prod.yml b/.github/workflows/smoke-test-prod.yml index 4de6402ec..0189172ee 100644 --- a/.github/workflows/smoke-test-prod.yml +++ b/.github/workflows/smoke-test-prod.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: platform: [ubuntu-latest, macos-latest, windows-latest] - example: [react/gatsby-themed-site, react/create-react-app, react/next.js, vanilla/monolith, vue/quasar-app, svelte/svelte-app] + example: [react/gatsby-themed-site, react/create-react-app, react/next.js, vanillajs/monolith, vue/quasar-app, svelte/svelte-app] include: - platform: ubuntu-latest CARGO_HOME: ~/.cargo