From f424dba8ba246cb94a2aec75951d28e55c7a9eaf Mon Sep 17 00:00:00 2001 From: Torin Date: Fri, 24 Nov 2023 15:01:31 -0600 Subject: [PATCH] why not work --- .github/workflows/build.yml | 2 +- tools/bundle/main.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 63b4006..03b5643 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: learn-github-actions run-name: ${{ github.actor }} is learning GitHub Actions on: [push] jobs: - check-bats-version: + package-extension: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/tools/bundle/main.js b/tools/bundle/main.js index e963d71..c3baf55 100644 --- a/tools/bundle/main.js +++ b/tools/bundle/main.js @@ -103,7 +103,6 @@ const args = [Bundle.Base, "tools/bundle/output/"]; try { if (process.cwd().endsWith("dll")) process.chdir("../"); - //const start = performance.now(); if (Program.main(...args) === false) { throw `An unknown error has occured`; }