📌  相关文章
📜  npm 错误!缺少脚本:build:dev - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:11.597000             🧑  作者: Mango

代码示例1
{
  "name": "testapp",
  "version": "1.0.0",
  "description": "",
  "scripts": {
    "dev": "echo This is the DEV script",
    "abc": "echo This is the abc script",
    "xyz": "echo This is the xyz script",
    "start":"echo This is the special start script"
  }
}