mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
Add default-run (+ clean up old references) (#2876)
This commit is contained in:
parent
699d2ae4bb
commit
8e3c879d13
@ -14,6 +14,7 @@ path = "main.rs"
|
||||
name = "deno_cli"
|
||||
version = "0.17.0"
|
||||
edition = "2018"
|
||||
default-run = "deno"
|
||||
|
||||
[dependencies]
|
||||
deno = { path = "../core" }
|
||||
|
@ -22,8 +22,6 @@
|
||||
"files": [
|
||||
"js/lib.web_assembly.d.ts",
|
||||
"js/lib.deno_runtime.d.ts",
|
||||
"core/core.d.ts",
|
||||
"core/libdeno/libdeno.d.ts",
|
||||
"js/main.ts",
|
||||
"js/compiler.ts"
|
||||
]
|
||||
|
@ -160,7 +160,7 @@ cargo build -vv
|
||||
./target/debug/deno tests/002_hello.ts
|
||||
|
||||
# Test.
|
||||
CARGO_TEST=1 ./tools/test.py
|
||||
./tools/test.py
|
||||
|
||||
# Format code.
|
||||
./tools/format.py
|
||||
|
Loading…
Reference in New Issue
Block a user