Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hh committed Feb 21, 2022
1 parent 8640167 commit d9f634e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"pull": "tx pull -s -r ",
"postpull": "npm run build:cn",
"build": "make html",
"build:en": "set SPHINXOPTS=-Dlanguage=en && npm run build",
"build:cn": "set SPHINXOPTS=-Dlanguage=zh_CN && npm run build",
"build:en": "make -e SPHINXOPTS=\"-Dlanguage='en'\" html",
"build:cn": "make -e SPHINXOPTS=\"-Dlanguage='zh_CN'\" html",
"clean": "make clean"
},
"author": "",
Expand Down

0 comments on commit d9f634e

Please sign in to comment.