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 1313 "migrate" : " cd ./api/ && node ../scripts/create-migration.js && dotnet ef database update" ,
1414 "prestart" : " docker-compose up -d" ,
1515 "start" : " cd ./api && cross-env NODE_PATH=../node_modules/ ASPNETCORE_ENVIRONMENT=Development dotnet watch run" ,
16- "start:release" : " npm run prerelease && cd ./api/bin/Release/netcoreapp1.0 /publish/ && dotnet api.dll" ,
16+ "start:release" : " npm run prerelease && cd ./api/bin/Release/netcoreapp2.1 /publish/ && dotnet api.dll" ,
1717 "provision:prod" : " ansible-playbook -l production -i ./ops/config.yml ./ops/provision.yml" ,
1818 "prerelease" : " cross-env ASPNETCORE_ENVIRONMENT=Production webpack --config ./client-react/webpack.config.js && cd ./api && dotnet publish --configuration Release" ,
1919 "deploy:prod" : " npm run prerelease && ansible-playbook -l production -i ./ops/config.yml ./ops/deploy.yml" ,
You can’t perform that action at this time.
0 commit comments