ci: build and list

This commit is contained in:
Ron de las Alas 2023-05-15 14:26:24 -04:00
parent 64284f77aa
commit 30302d22fd

View file

@ -17,10 +17,13 @@ jobs:
- checkout - checkout
- run: - run:
name: Install Dependencies name: Install Dependencies
command: npm install command: npm install
- run: - run:
name: List name: Build Site
command: ls -la command: npm run build
- run:
name: list files
command: cd build && ls -la
workflows: workflows:
build_and_deploy_scratchjr-website: build_and_deploy_scratchjr-website:
jobs: jobs: