๐Ÿ“ฆ antongolub / abstractest

๐Ÿ“„ .releaserc.js ยท 6 lines
1
2
3
4
5
6module.exports = {
  buildCmd: 'yarn build',
  testCmd: 'yarn test',
  npmFetch: true,
}