Skip to content

Commit

Permalink
chore: fix build again
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Mar 1, 2024
1 parent d55437b commit 10c9ef2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions toolchain.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ module.exports = {
},
description: 'runs before test',
},
precoverage: {
run: () => module.exports.scripts.pretest.run(),
description: 'runs before coverage',
},
postbuild:
'mkdir -p dist/migrations && cp -vp src/migrations/*.sql dist/migrations',
},
Expand Down

0 comments on commit 10c9ef2

Please sign in to comment.