We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2f9abe + 904ce24 commit 55f9cc5Copy full SHA for 55f9cc5
clienv.rst
@@ -90,7 +90,7 @@ TypeScriptのビルド設定のポイントは、ブラウザからは使わな
90
},
91
"scripts": {
92
"build": "ncc build main.ts --minify --v8-cache --source-map",
93
- ”watch": "ncc build main.ts --watch",
+ "watch": "ncc build main.ts --watch",
94
"start": "ncc run main.ts",
95
"lint": "eslint .",
96
"fix": "eslint --fix ."
0 commit comments