From 904ce24d3e125cc560552927ac7a789563bc43e9 Mon Sep 17 00:00:00 2001 From: drillbits Date: Mon, 27 Sep 2021 14:23:22 +0900 Subject: [PATCH] fix typo --- clienv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clienv.rst b/clienv.rst index fcf099b..2d09c78 100644 --- a/clienv.rst +++ b/clienv.rst @@ -90,7 +90,7 @@ TypeScriptのビルド設定のポイントは、ブラウザからは使わな }, "scripts": { "build": "ncc build main.ts --minify --v8-cache --source-map", - ”watch": "ncc build main.ts --watch", + "watch": "ncc build main.ts --watch", "start": "ncc run main.ts", "lint": "eslint .", "fix": "eslint --fix ."