We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026ef7d commit 0d81924Copy full SHA for 0d81924
tasks.ts
@@ -29,7 +29,7 @@ Task.run('test', async () => {
29
// ------------------------------------------------------------------
30
Task.run('build', () => Task.build('src', {
31
compiler: 'latest',
32
- outdir: 'target',
+ outdir: 'target/build',
33
additional: ['license', 'readme.md'],
34
packageJson: {
35
name: '@sinclair/parsebox',
0 commit comments