Skip to content

Commit

Permalink
Update script.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Oct 18, 2023
1 parent 655412d commit a602d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"prepare": "husky install",
"docusaurus": "docusaurus",
"start": "cross-env SEARCH_APIKEY='test' REGION='en-us' BASE_URL='/lts/en-us/' docusaurus start --locale en-us",
"start": "cross-env SEARCH_APIKEY='test' docusaurus start",
"start-en": "cross-env SEARCH_APIKEY='test' REGION='en-us' BASE_URL='/lts/en-us/' docusaurus start --locale en-us",
"start-cn": "cross-env SEARCH_APIKEY='test' REGION='zh-cn' BASE_URL='/lts/zh-cn/' docusaurus start --locale zh-cn",
"build": "cross-env REGION='zh-cn' docusaurus build",
Expand Down

0 comments on commit a602d22

Please sign in to comment.