Skip to content

Commit 8bc861e

Browse files
committed
Update commands
1 parent 804a82d commit 8bc861e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"scripts": {
77
"build": "NODE_ENV=production webpack",
8-
"start": "NODE_ENV=development webpack serve"
8+
"dev": "NODE_ENV=development webpack serve"
99
},
1010
"author": {
1111
"name": "Wojciech Maj",

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"scripts": {
77
"build": "NODE_ENV=production webpack",
8-
"start": "NODE_ENV=development webpack serve"
8+
"dev": "NODE_ENV=development webpack serve"
99
},
1010
"author": {
1111
"name": "Wojciech Maj",

0 commit comments

Comments
 (0)