From af49d17e7b775c8aa8f55ffe0a56f67fa470b23b Mon Sep 17 00:00:00 2001 From: Paula Mendez Date: Mon, 29 Aug 2022 21:52:49 -0700 Subject: [PATCH] test ci and add to gitignore --- .github/workflows/ci.yml | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb668bb..e304cd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: with: node-version: "10.x" - run: npm install + - run: npm init - run: npm run build - run: npm test - name: Upload Artifact diff --git a/.gitignore b/.gitignore index 5d0dba0..0298bb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ _site +_draft .sass-cache .jekyll-cache .jekyll-metadata