Skip to content

Commit 1879ddb

Browse files
authored
[website] Add npm install stage to handle package changes (alibaba#248)
This closes alibaba#252
1 parent 0e27ca0 commit 1879ddb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/deploy.sh

+1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717

1818
# docusaurus currently has bug with css minify, so we need to skip it
1919
npm run clear
20+
npm install
2021
npm run build -- --no-minify
2122
npm run deploy -- --skip-build

0 commit comments

Comments
 (0)