chore: Force install npm to avoid cache.

This commit is contained in:
Sidharth Vinod
2023-08-25 09:37:22 +05:30
parent 5f8f79fc3e
commit a3a6eb9bf5

View File

@@ -21,7 +21,8 @@ fi
npm link mermaid npm link mermaid
# Install dependencies # Install dependencies
npm install npm install --force
# Force Build the site
npm run build -- --force
# Build the site
npm run build