From a29f05083e8c556ad0d6f266b035ae794cdb61d3 Mon Sep 17 00:00:00 2001 From: Nathan Mills Date: Thu, 18 Jul 2024 16:52:43 -0600 Subject: [PATCH] Revert to using the test script --- .github/workflows/ci.yml | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0f4c3416..45fd992b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,4 +14,4 @@ jobs: node-version: 11 cache: 'npm' - run: npm install - - run: npm run ci + - run: npm run test diff --git a/package.json b/package.json index 7d1bdf8ad..467a5819c 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,6 @@ "node": ">=0.12.0" }, "scripts": { - "ci": "gulp all && gulp mocha:closure", "test": "gulp && git status | grep 'working tree clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)" }, "babel": {