Skip to content

.bat的命令都移到npm script里吧,这都是什么鬼啊 #2

@hacke2

Description

@hacke2

建议:

"scripts": {
    "start": "xxx",
    "dev": "xxx",
    "lint": "eslint app config test",
    "test": "npm run lint && npm run test-local",
    "test-local": "xxx",
    "ci": "xxx"
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions