Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f81c7b3

Browse files
Replace client-react with client-web directory references
1 parent 09571a3 commit f81c7b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎package.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "aspnet.core.react.template",
2+
"name": "aspnet.core.vuejs.template",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
77
"postinstall": "dotnet restore ./api && dotnet restore ./api.test",
88
"build": "dotnet build ./api",
99
"test:api": "cd ./api.test && dotnet xunit",
10-
"pretest:client": "./node_modules/typescript/bin/tsc -p ./client-react.test/",
11-
"test:client": "mocha --require ignore-styles --recursive client-react.test/build/client-react.test",
10+
"pretest:client": "./node_modules/typescript/bin/tsc -p ./client-web.test/",
11+
"test:client": "mocha --require ignore-styles --recursive client-web.test/build/client-web.test",
1212
"test": "npm run test:api && npm run test:client",
1313
"migrate": "cd ./api/ && dotnet ef migrations add $(date +%s) && 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",
1616
"start:release": "npm run prerelease && cd ./api/bin/Release/netcoreapp1.0/publish/ && dotnet api.dll",
1717
"provision:prod": "ansible-playbook -l production -i ./ops/hosts ./ops/provision.yml",
18-
"prerelease": "cross-env ASPNETCORE_ENVIRONMENT=Production webpack --config ./client-react/webpack.config.js && cd ./api && dotnet publish --configuration Release",
18+
"prerelease": "cross-env ASPNETCORE_ENVIRONMENT=Production webpack --config ./client-web/webpack.config.js && cd ./api && dotnet publish --configuration Release",
1919
"deploy:prod": "npm run prerelease && ansible-playbook -l production -i ./ops/hosts ./ops/deploy.yml",
2020
"ssh:prod": "ssh `grep 'deploy_user=' ./ops/hosts | tail -n1 | awk -F'=' '{ print 2ドル}'`@`awk 'f{print;f=0} /[production]/{f=1}' ./ops/hosts | head -n 1`"
2121
},

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /