move to using /src - still css issue work
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 1m9s
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 1m9s
This commit is contained in:
@@ -46,6 +46,14 @@ jobs:
|
||||
# Use a glob pattern to find the lock file, making the path more resilient.
|
||||
cache-dependency-path: '**/package-lock.json'
|
||||
|
||||
# THIS IS THE NEW, CRITICAL STEP
|
||||
- name: Force Clean Install
|
||||
run: |
|
||||
echo "Forcing a clean slate by removing node_modules and package-lock.json"
|
||||
rm -rf node_modules
|
||||
rm -f package-lock.json
|
||||
npm install
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm ci # 'ci' is faster and safer for CI/CD than 'install'.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user