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
- 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: