mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-29 18:50:00 +08:00
chore: fix npm start in window (#39252)
* Feat: Added instructions for the win environment~ * feat: Use cross-env to set the environment variables
This commit is contained in:
parent
ecd2b7372b
commit
e35c05d32c
@ -86,7 +86,7 @@
|
||||
"site": "dumi build && cp .surgeignore _site",
|
||||
"sort": "npx sort-package-json",
|
||||
"sort-api": "antd-tools run sort-api-table",
|
||||
"start": "PORT=8001 dumi dev",
|
||||
"start": "cross-env PORT=8001 dumi dev",
|
||||
"test": "jest --config .jest.js --cache=false",
|
||||
"test:update": "jest --config .jest.js --cache=false -u",
|
||||
"test-all": "sh -e ./scripts/test-all.sh",
|
||||
|
Loading…
Reference in New Issue
Block a user