File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1111 Push-Location ( Join-Path $PSScriptRoot ../ dotnet ) - StackName scripts
1212
1313 # Build and host SPA at http://127.0.0.1:8080/
14- Start-Process pwsh { - c cd ../ web/ serverless- microservices- web && npm install && npm run build && copy public / js / settings.sample .js dist/ js/ settings.js && cd dist && http- server }
14+ Start-Process pwsh { - c cd ../ web/ serverless- microservices- web && npm install && npm run build && copy .. / .. / test / settings.example .js dist/ js/ settings.js && cd dist && http- server }
1515
1616 # Build and start Trip Archiver Nodejs Function
1717 Start-Process pwsh { - c cd ../ nodejs/ serverless- microservices- functionapp- triparchiver && npm install && npm run pack && func start -- javascript - p 7075 }
You can’t perform that action at this time.
0 commit comments