mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
fix(init): correct dev task for --lib (#27860)
This commit is contained in:
parent
ee4ae8bd6b
commit
ea837b678e
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ Deno.test(function addTest() {
|
|||
"version": "0.1.0",
|
||||
"exports": "./mod.ts",
|
||||
"tasks": {
|
||||
"dev": "deno test --watch mod.ts"
|
||||
"dev": "deno test --watch"
|
||||
},
|
||||
"license": "MIT",
|
||||
"imports": {
|
||||
|
|
Loading…
Add table
Reference in a new issue