Skip to content

Commit 0d81924

Browse files
committed
updates
1 parent 026ef7d commit 0d81924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Task.run('test', async () => {
2929
// ------------------------------------------------------------------
3030
Task.run('build', () => Task.build('src', {
3131
compiler: 'latest',
32-
outdir: 'target',
32+
outdir: 'target/build',
3333
additional: ['license', 'readme.md'],
3434
packageJson: {
3535
name: '@sinclair/parsebox',

0 commit comments

Comments
 (0)