Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete scripts folder #870

Merged
merged 1 commit into from
Nov 10, 2018
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
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@
},
"scripts": {
"lint": "semistandard '**/*.js'",
"generate": "node ./scripts/generate",
"pretest": "npm run lint && node ./scripts/clean coverage",
"pretest": "npm run lint",
"unit-cover": "nyc --cache npm test && nyc report --reporter=html",
"system-cover": "nyc --cache npm run system-test && nyc report --reporter=html",
"test": "npm run unit-test && npm run system-test",
"cover": "nyc --cache npm run test && nyc report --reporter=html",
"update-dependencies": "./scripts/update-dependencies.sh"
"cover": "nyc --cache npm run test && nyc report --reporter=html"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^2.3.6",
Expand Down
69 changes: 0 additions & 69 deletions scripts/build

This file was deleted.

49 changes: 0 additions & 49 deletions scripts/clean

This file was deleted.

66 changes: 0 additions & 66 deletions scripts/generate

This file was deleted.

25 changes: 0 additions & 25 deletions scripts/update-dependencies.sh

This file was deleted.