Skip to content

Commit 55f9cc5

Browse files
authored
Merge pull request #117 from drillbits/typo
fix typo
2 parents c2f9abe + 904ce24 commit 55f9cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clienv.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ TypeScriptのビルド設定のポイントは、ブラウザからは使わな
9090
},
9191
"scripts": {
9292
"build": "ncc build main.ts --minify --v8-cache --source-map",
93-
watch": "ncc build main.ts --watch",
93+
"watch": "ncc build main.ts --watch",
9494
"start": "ncc run main.ts",
9595
"lint": "eslint .",
9696
"fix": "eslint --fix ."

0 commit comments

Comments
 (0)