mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
chore: Force install npm to avoid cache.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user