mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-26 08:59:03 -06:00
rename watch-dev to start, fix port in readme
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"convert": "node ./cy_scripts/convert.js",
|
||||
"deploy": "npm run build && hexo deploy",
|
||||
"build-prod": "hexo clean && hexo generate && gulp prep",
|
||||
"watch-dev": "hexo server --port 2222"
|
||||
"start": "hexo server --port 2222"
|
||||
},
|
||||
"devDependencies": {
|
||||
"colors": "^1.1.2",
|
||||
|
||||
@@ -22,7 +22,7 @@ npm install
|
||||
npm start
|
||||
```
|
||||
|
||||
Visit [http://localhost:4000/](http://localhost:4000/)
|
||||
Visit [http://localhost:2222/](http://localhost:2222/)
|
||||
|
||||
### Writing Docs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user