Skip to content

Commit

Permalink
remove cross-env
Browse files Browse the repository at this point in the history
  • Loading branch information
myanzik authored Jan 8, 2021
1 parent 8a5ab7e commit 2672a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"scripts": {
"dev": "cross-env ENV_TYPE=development gulp",
"client": "cross-env ENV_TYPE=development gulp",
"prod": "cross-env ENV_TYPE=production gulp build"
"prod": "ENV_TYPE=production gulp build"
},
"devDependencies": {
"browser-sync": "^2.26.7",
Expand Down

0 comments on commit 2672a54

Please sign in to comment.