From 72b46cf448347a8fadac281cb205b92b13b96937 Mon Sep 17 00:00:00 2001 From: gabe Date: Thu, 6 Apr 2023 10:39:55 -0700 Subject: [PATCH] remove remove --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d62506ad..6bcc5fa3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,5 +18,4 @@ jobs: - run: npm i - run: | node -e "require('spec-up')({ nowatch: true })" - npm run spec - rm -rf node_modules + npm run spec \ No newline at end of file