aegir icon indicating copy to clipboard operation
aegir copied to clipboard

AEgir - Automated JavaScript project building

Results 111 aegir issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When using a target platform on release, aegir does not behave like when providing it via CLI. As a consequence, it tries to run all the tests....

Typescript supports incremental compilation, we even have it [enabled by default](https://github.com/ipfs/aegir/blob/master/src/config/tsconfig.aegir.json#L15), but it works by looking up a `.tsbuildinfo` from the [configured outDir](https://github.com/ipfs/aegir/blob/master/src/config/tsconfig.aegir.json#L5). Aegir [deletes](https://github.com/ipfs/aegir/blob/master/src/build/index.js#L56-L59) the `dist` folder before every...

I don't think the depcheck command runs on `d.ts` files, it probably should.

It would be great to have `aegir ts --check` run during `aegir lint`, otherwise it's extra boilerplate we have to add to loads of repos.

If `package.json` has: ``` "scripts": { "release": "aegir release" ``` and I run `yarn release` instead of `npm run release` it fails at the very last stage of publishing to...

kind/bug
status/ready
P1
need/analysis
exp/intermediate
effort/hours

`aegir` mandates `mocha` for tests which seems like an overreach. Could it just run the `test` script in the containing module instead and let that module decide what it means...

Context: https://github.com/ipfs/js-ipfs-http-client/pull/1124#discussion_r333379683 Opening this here for any further discussion so the issue doesn't get lost. I don't know if this is a good idea or if this is a rule...

People run `ipfs` in React Native environments, which, like Electron, seems to be ever-so-slightly different to node or the browser, causing problems like https://github.com/ipfs/js-ipfs-http-client/issues/1117 We run our tests in a...

I always get nervous using `aegir release` because I'm worried I've not run the right command to release the version I want to release. I don't want to accidentially release...

From the conversation on https://github.com/ipfs/aegir/pull/289, we need to not tag or run gh-releases during the prerelease step. This messes up the changelog as it is built by looking at the...

kind/bug
status/ready
exp/novice
P2