From 73c59ddf3f47ea427ebdb6fe49603dc481fc7723 Mon Sep 17 00:00:00 2001 From: Jason Zhang Date: Fri, 28 Apr 2023 23:51:31 +0930 Subject: [PATCH] doc: update outdated command in contributing.md (#2099) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 17286753f08..c6e8b57f357 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,7 +51,7 @@ npm i > This requires [docker](https://www.docker.com/) installed on your machine. ```bash -npm run build:wasm +npm run build-wasm ``` #### Copy the sources to `undici`