move to using /src - still css issue work
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 18s
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 18s
This commit is contained in:
@@ -48,6 +48,16 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: npm ci # 'ci' is faster and safer for CI/CD than 'install'.
|
||||
|
||||
# --- NEW DEBUGGING STEPS ---
|
||||
- name: Verify Project Structure
|
||||
run: |
|
||||
echo "--- Current Working Directory ---"
|
||||
pwd
|
||||
echo "--- Listing Root Directory ---"
|
||||
ls -alF
|
||||
echo "--- Listing SRC Directory ---"
|
||||
ls -alF src
|
||||
|
||||
- name: Lint TypeScript Code
|
||||
run: npm run lint # Run the linter to check for code quality issues.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user