Skip to content

Commit a4b544b

Browse files
author
Kuniwak
committed
Can start by npm start
1 parent 55a20c8 commit a4b544b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ JavaScriptTraining リポジトリを fork します。
8787
なお、トレーニング中はこのコマンドを
8888
終了しないでください。
8989

90-
npm run serve
90+
npm start
9191

9292

9393

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"postinstall": "bower install",
88
"help": "gulp help",
9-
"serve": "gulp serve",
9+
"start": "gulp serve",
1010
"presentation": "reveal-md README.md --theme solarized --separator '^\\n\\n\\n' --verticalSeparator '^\\n\\n'",
1111
"lint-stage-1": "gulp lint-stage-1",
1212
"lint-stage-2": "gulp lint-stage-2",

0 commit comments

Comments
 (0)