0
0
Fork 0
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:
David Sherret 2025-01-29 11:53:13 -05:00 committed by Bartek Iwańczuk
parent ee4ae8bd6b
commit ea837b678e
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

View file

@ -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": {