Skip to content

Commit 4b18646

Browse files
author
Georgi
committed
Start:release to use the dotnet 2.1 bin files
1 parent d6409bb commit 4b18646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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",

0 commit comments

Comments
 (0)