summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/Cargo.toml1
-rw-r--r--tsconfig.json2
-rw-r--r--website/manual.md2
3 files changed, 2 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 119f6b16b..a56fddeaf 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -14,6 +14,7 @@ path = "main.rs"
name = "deno_cli"
version = "0.17.0"
edition = "2018"
+default-run = "deno"
[dependencies]
deno = { path = "../core" }
diff --git a/tsconfig.json b/tsconfig.json
index 4fb16fac1..f62cf4c6d 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -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"
]
diff --git a/website/manual.md b/website/manual.md
index ee6006b4b..600e4fecc 100644
--- a/website/manual.md
+++ b/website/manual.md
@@ -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