|
1 | | -import { Task } from 'https://raw.githubusercontent.com/sinclairzx81/tasksmith/main/src/index.ts' |
| 1 | +import { Task } from 'https://raw.githubusercontent.com/sinclairzx81/tasksmith/0.8.0/src/index.ts' |
2 | 2 |
|
3 | 3 | // ------------------------------------------------------------------ |
4 | 4 | // Clean |
@@ -27,24 +27,23 @@ Task.run('test', async () => { |
27 | 27 | // ------------------------------------------------------------------ |
28 | 28 | // Build |
29 | 29 | // ------------------------------------------------------------------ |
30 | | -Task.run('build', async () => { |
31 | | - await Task.build('src', { |
32 | | - target: 'target', |
33 | | - include: ['license', 'readme.md'], |
34 | | - packageJson: { |
35 | | - name: '@sinclair/parsebox', |
36 | | - description: 'Parser Combinators in the TypeScript Type System', |
37 | | - version: '0.9.1', |
38 | | - keywords: ['typescript', 'parser', 'combinator'], |
39 | | - license: 'MIT', |
40 | | - author: 'sinclairzx81', |
41 | | - repository: { |
42 | | - type: 'git', |
43 | | - url: 'https://github.com/sinclairzx81/parsebox' |
44 | | - } |
45 | | - }, |
46 | | - }) |
47 | | -}) |
| 30 | +Task.run('build', () => Task.build('src', { |
| 31 | + compiler: 'latest', |
| 32 | + outdir: 'target', |
| 33 | + additional: ['license', 'readme.md'], |
| 34 | + packageJson: { |
| 35 | + name: '@sinclair/parsebox', |
| 36 | + description: 'Parser Combinators in the TypeScript Type System', |
| 37 | + version: '0.9.2', |
| 38 | + keywords: ['typescript', 'parser', 'combinator'], |
| 39 | + license: 'MIT', |
| 40 | + author: 'sinclairzx81', |
| 41 | + repository: { |
| 42 | + type: 'git', |
| 43 | + url: 'https://github.com/sinclairzx81/parsebox' |
| 44 | + } |
| 45 | + }, |
| 46 | +})) |
48 | 47 | // ------------------------------------------------------------------ |
49 | 48 | // Publish |
50 | 49 | // ------------------------------------------------------------------ |
|
0 commit comments