Skip to content

Commit

Permalink
chore(deps): Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobits committed Oct 17, 2024
1 parent 7804824 commit 9e19301
Show file tree
Hide file tree
Showing 38 changed files with 9,998 additions and 10,591 deletions.
4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ts } from '@darkobits/eslint-plugin';
import { ts } from '@darkobits/eslint-plugin'

export default [
{
Expand All @@ -18,4 +18,4 @@ export default [
'unicorn/no-process-exit': 'off'
}
}
];
]
12 changes: 6 additions & 6 deletions nr.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defaultPackageScripts } from '@darkobits/ts';
import IS_CI from 'is-ci';
import { defaultPackageScripts } from '@darkobits/ts'
import IS_CI from 'is-ci'

import type { UserConfigurationExport } from '@darkobits/nr';
import type { UserConfigurationExport } from '@darkobits/nr'

export default [
defaultPackageScripts,
Expand All @@ -14,11 +14,11 @@ export default [
group: 'Test',
description: 'Run smoke tests.',
timing: true
});
})

if (!IS_CI) script('postBuild', 'script:test.smoke', {
group: 'Lifecycle',
description: '[hook] If not in a CI environment, run smoke tests after building the project.'
});
})
}
] satisfies UserConfigurationExport;
] satisfies UserConfigurationExport
Loading

0 comments on commit 9e19301

Please sign in to comment.