Skip to content

Commit bfdf989

Browse files
committed
Test
1 parent 262b708 commit bfdf989

File tree

2 files changed

+43
-5
lines changed

2 files changed

+43
-5
lines changed

deno.lock

Lines changed: 40 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tasks.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Task } from 'https://raw.githubusercontent.com/sinclairzx81/tasksmith/0.8.0/src/index.ts'
1+
import { Task } from 'https://raw.githubusercontent.com/sinclairzx81/tasksmith/0.8.2/src/index.ts'
22

33
// ------------------------------------------------------------------
44
// Clean
@@ -22,7 +22,7 @@ Task.run('start', async () => {
2222
// Test
2323
// ------------------------------------------------------------------
2424
Task.run('test', async () => {
25-
await Task.shell('deno test -A --watch test')
25+
await Task.shell('deno test -A test')
2626
})
2727
// ------------------------------------------------------------------
2828
// Build
@@ -34,7 +34,7 @@ Task.run('build', () => Task.build('src', {
3434
packageJson: {
3535
name: '@sinclair/parsebox',
3636
description: 'Parser Combinators in the TypeScript Type System',
37-
version: '0.9.2',
37+
version: '0.9.3',
3838
keywords: ['typescript', 'parser', 'combinator'],
3939
license: 'MIT',
4040
author: 'sinclairzx81',

0 commit comments

Comments
 (0)