mirror of
https://github.com/scratchfoundation/scratchjr-website.git
synced 2025-07-23 12:39:07 -04:00
ci: build and list
This commit is contained in:
parent
64284f77aa
commit
30302d22fd
1 changed files with 6 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue