summaryrefslogtreecommitdiff
path: root/tools/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/README.md')
-rw-r--r--tools/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/README.md b/tools/README.md
index 012302733..71722f55b 100644
--- a/tools/README.md
+++ b/tools/README.md
@@ -10,7 +10,7 @@ prerequisite to run this before code check in.
To run formatting:
```sh
-deno run --allow-read --allow-write --allow-run --unstable ./tools/format.js
+deno run --allow-read --allow-write --allow-run ./tools/format.js
```
## lint.js
@@ -21,14 +21,14 @@ prerequisite to run this before code check in.
To run linting:
```sh
-deno run --allow-read --allow-write --allow-run --unstable ./tools/lint.js
+deno run --allow-read --allow-write --allow-run ./tools/lint.js
```
Tip: You can also use cargo to run the current or pending build of the deno
executable
```sh
-cargo run -- run --allow-read --allow-write --allow-run --unstable ./tools/<script>
+cargo run -- run --allow-read --allow-write --allow-run ./tools/<script>
```
## wgpu_sync.js
@@ -51,7 +51,7 @@ on top, somewhat similar to `git subtree`.
To run the _copyright checker_:
```sh
-deno run --allow-read --allow-run --unstable ./tools/copyright_checker.js
+deno run --allow-read --allow-run ./tools/copyright_checker.js
```
Then it will check all code files in the repository and report any files that