Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
free9com opened this issue Jan 19, 2021 · 1 comment

Comments

@free9com
Copy link

What happens?

最小可复现仓库

请使用 npm init egg --type=simple bug 创建,并上传到你的 GitHub 仓库

复现步骤,错误日志以及相关配置

相关环境信息

  • 操作系统
  • Node 版本
  • Egg 版本
@egg-bot
Copy link

egg-bot commented Jan 20, 2021

Hello @free9com. Please provide a reproducible example following the instruction.

Issues labeled by Need Reproduce will be closed if no activities in 7 days.


@free9com,请根据这个说明提供最小可复现代码。

如果在 7 天内没有进展会被自动关闭。

@free9com free9com changed the title package.json里面的scripts为什么没有dev了? 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" }, Jan 20, 2021
@hyj1991 hyj1991 closed this as completed Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants