From b99eb93cb27da290802a707ea0ced30eecc77ca8 Mon Sep 17 00:00:00 2001 From: vapormusic Date: Tue, 1 Feb 2022 23:46:57 +0700 Subject: [PATCH] undo --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a944dac7..932578c6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ jobs: path: test-results - run: name: Base Functionality Test - command: xvfb-run --auto-servernum npm run test + command: yarn test - run: name: Generate Builds (Linux) command: yarn dist -l -p never