Skip to content

Commit

Permalink
[website] Add npm install stage to handle package changes (alibaba#248
Browse files Browse the repository at this point in the history
)

This closes alibaba#252
  • Loading branch information
liyubin117 authored Dec 23, 2024
1 parent 0e27ca0 commit 1879ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@

# docusaurus currently has bug with css minify, so we need to skip it
npm run clear
npm install
npm run build -- --no-minify
npm run deploy -- --skip-build

0 comments on commit 1879ddb

Please sign in to comment.