fix: serve npm command path specification (#101)
When running the [33mExit 127[0m command the path is not changed and it uses the default value (). Fixes #98
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"serve": "http-serve -o ./build",
|
||||
"serve": "http-serve ./build -o",
|
||||
"lint": "eslint --fix \"src/**/*.ts\" \"src/**/*.tsx\" && prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"",
|
||||
"lint:check": "eslint \"src/**/*.ts\" \"src/**/*.tsx\" && prettier --check \"src/**/*.ts\" \"src/**/*.tsx\""
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user