Skip to content

Commit

Permalink
chore: fix postbuild test lint dir
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Mar 12, 2024
1 parent 7860ed0 commit c72a01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .aegir.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('aegir').PartialOptions} */
export default {
lint: {
files: ['src/**/*.ts', 'src/**/*.tsx', 'tests/**/*', 'tests-postbuild/**/*']
files: ['src/**/*.ts', 'src/**/*.tsx', 'tests/**/*', 'test/**/*.js']
},
dependencyCheck: {
ignore: [
Expand Down

0 comments on commit c72a01c

Please sign in to comment.