Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/hello-world/standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Before you can run or deploy the sample, you need to do the following:

## Deploying to App Engine

npm run deploy
gcloud app deploy

## Running the tests

Expand Down
14 changes: 1 addition & 13 deletions appengine/hello-world/standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,15 @@
"node": ">=8.0.0"
},
"scripts": {
"deploy": "gcloud app deploy",
"start": "node app.js",
"system-test": "mocha --exit test/*.test.js",
"test": "npm run system-test",
"e2e-test": "repo-tools test deploy"
"test": "npm run system-test"
},
"dependencies": {
"express": "^4.16.3"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.3.0",
"mocha": "^6.1.4",
"supertest": "^4.0.2"
},
"cloud-repo-tools": {
"test": {
"app": {
"msg": "Hello, world!"
}
},
"requiresKeyFile": true,
"requiresProjectId": true
}
}