選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- ---
- framework: mocha
- preRun:
- command:
- - npm ci
- - npm run build
- postMerge:
- pattern:
- - "test/*-test.js"
- preMerge:
- pattern:
- - "test/*-test.js"
- postRun:
- command:
- - "node --version"
- version: 1.0.0
|