Skip to content

Commit

Permalink
chore: Force install npm to avoid cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Aug 25, 2023
1 parent 5f8f79f commit a3a6eb9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/editor.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a3a6eb9

Please sign in to comment.