mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
chore: Force install npm to avoid cache.
This commit is contained in:
parent
5f8f79fc3e
commit
a3a6eb9bf5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user