We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a20c8 commit a4b544bCopy full SHA for a4b544b
README.md
@@ -87,7 +87,7 @@ JavaScriptTraining リポジトリを fork します。
87
なお、トレーニング中はこのコマンドを
88
終了しないでください。
89
90
- npm run serve
+ npm start
91
92
93
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"postinstall": "bower install",
8
"help": "gulp help",
9
- "serve": "gulp serve",
+ "start": "gulp serve",
10
"presentation": "reveal-md README.md --theme solarized --separator '^\\n\\n\\n' --verticalSeparator '^\\n\\n'",
11
"lint-stage-1": "gulp lint-stage-1",
12
"lint-stage-2": "gulp lint-stage-2",
0 commit comments