From 30302d22fd7dcdb7dfff339757468f773dbca09c Mon Sep 17 00:00:00 2001 From: Ron de las Alas <ron@scratch.mit.edu> Date: Mon, 15 May 2023 14:26:24 -0400 Subject: [PATCH] ci: build and list --- .circleci/config.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2ee4876..340d063 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,10 +17,13 @@ jobs: - checkout - run: name: Install Dependencies - command: npm install + command: npm install - run: - name: List - command: ls -la + name: Build Site + command: npm run build + - run: + name: list files + command: cd build && ls -la workflows: build_and_deploy_scratchjr-website: jobs: