package.json里面的scripts为什么没有dev了? "scripts": { "lint": "eslint app config lib test *.js", "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local", "test-local": "egg-bin test", "test-local-changed": "egg-bin test --changed", "cov": "egg-bin cov --timeout 100000", "ci": "npm run lint && egg-bin pkgfiles --check && npm run cov", "doc-server": "doctools server", "doc-build": "doctools build", "doc-deploy": "doctools deploy", "autod": "autod", "puml": "puml . --dest ./docs", "commits": "./scripts/commits.sh" }, #4584
Labels
What happens?
最小可复现仓库
复现步骤,错误日志以及相关配置
相关环境信息
The text was updated successfully, but these errors were encountered: