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
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

View File

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