Skip to content

Commit

Permalink
Update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jan 4, 2023
1 parent d5e61f2 commit 13a057d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/webpack4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production webpack",
"start": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development webpack serve"
"dev": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development webpack serve"
},
"author": {
"name": "Wojciech Maj",
Expand Down
2 changes: 1 addition & 1 deletion sample/webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack",
"start": "NODE_ENV=development webpack serve"
"dev": "NODE_ENV=development webpack serve"
},
"author": {
"name": "Wojciech Maj",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack",
"start": "NODE_ENV=development webpack serve"
"dev": "NODE_ENV=development webpack serve"
},
"author": {
"name": "Wojciech Maj",
Expand Down

0 comments on commit 13a057d

Please sign in to comment.