Skip to content

Commit

Permalink
增加18.3.1版本启动命令
Browse files Browse the repository at this point in the history
  • Loading branch information
neroneroffy committed Aug 23, 2024
1 parent 0ff4318 commit 0736222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"dev:17.0.0-alpha.0": "cross-env REACT_VERSION=v17.0.0-alpha.0 node scripts/start.js",
"dev:17": "cross-env REACT_VERSION=v17 node scripts/start.js",
"dev:18": "cross-env REACT_VERSION=v18 node scripts/start.js",
"dev:18.3.1": "cross-env REACT_VERSION=v18.3.1 node scripts/start.js",
"dev:lanes": "cross-env REACT_VERSION=Lanes node scripts/start.js",
"dev": "npm run dev:17",
"build": "node scripts/build.js",
Expand Down

0 comments on commit 0736222

Please sign in to comment.