Skip to content

Commit f301359

Browse files
committed
1 parent 7af7e0b commit f301359

File tree

18 files changed

+26
-28
lines changed

18 files changed

+26
-28
lines changed

book/1-end/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.1",
44
"license": "MIT",
55
"scripts": {
6+
"dev": "next",
67
"build": "next build",
78
"start": "next start",
8-
"dev": "next",
99
"lint": "eslint components pages lib"
1010
},
1111
"dependencies": {

book/1-start/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"version": "0.0.1",
44
"license": "MIT",
55
"scripts": {
6+
"dev": "next",
67
"build": "next build",
78
"start": "next start",
8-
"dev": "next"
9+
"lint": "eslint components pages lib"
910
},
1011
"dependencies": {
1112
"@material-ui/core": "^3.9.1",

book/2-end/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "0.0.1",
44
"license": "MIT",
55
"scripts": {
6+
"dev": "next",
7+
"dev-express": "nodemon server/app.js --watch server",
68
"build": "next build",
79
"start": "next start",
8-
"dev": "next",
9-
"lint": "eslint components pages lib server",
10-
"dev-express": "nodemon server/app.js --watch server"
10+
"lint": "eslint components pages lib server"
1111
},
1212
"dependencies": {
1313
"@material-ui/core": "3.9.1",

book/2-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.1",
44
"license": "MIT",
55
"scripts": {
6+
"dev": "next",
67
"build": "next build",
78
"start": "next start",
8-
"dev": "next",
99
"lint": "eslint components pages lib"
1010
},
1111
"dependencies": {

book/3-end/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.1",
44
"license": "MIT",
55
"scripts": {
6+
"dev": "nodemon server/app.js --watch server",
67
"build": "next build",
78
"start": "next start",
8-
"dev": "nodemon server/app.js --watch server",
99
"lint": "eslint components pages lib server"
1010
},
1111
"dependencies": {

book/3-start/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "0.0.1",
44
"license": "MIT",
55
"scripts": {
6-
"build": "next build",
7-
"start": "next start",
86
"dev": "next",
97
"dev-express": "nodemon server/app.js --watch server",
8+
"build": "next build",
9+
"start": "next start",
1010
"lint": "eslint components pages lib server"
1111
},
1212
"dependencies": {

book/4-end/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.1",
44
"license": "MIT",
55
"scripts": {
6+
"dev": "nodemon server/app.js --watch server",
67
"build": "next build",
78
"start": "next start",
8-
"dev": "nodemon server/app.js --watch server",
99
"lint": "eslint components pages lib server",
1010
"test": "jest --coverage"
1111
},

book/4-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.1",
44
"license": "MIT",
55
"scripts": {
6+
"dev": "nodemon server/app.js --watch server",
67
"build": "next build",
78
"start": "next start",
8-
"dev": "nodemon server/app.js --watch server",
99
"lint": "eslint components pages lib server"
1010
},
1111
"dependencies": {

book/5-end/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.1",
44
"license": "MIT",
55
"scripts": {
6+
"dev": "nodemon server/app.js --watch server",
67
"build": "next build",
78
"start": "next start",
8-
"dev": "nodemon server/app.js --watch server",
99
"lint": "eslint components pages lib server",
1010
"test": "jest --coverage"
1111
},

book/5-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.1",
44
"license": "MIT",
55
"scripts": {
6+
"dev": "nodemon server/app.js --watch server",
67
"build": "next build",
78
"start": "next start",
8-
"dev": "nodemon server/app.js --watch server",
99
"lint": "eslint components pages lib server",
1010
"test": "jest --coverage"
1111
},

0 commit comments

Comments
 (0)