Skip to content

Commit

Permalink
Delete scripts folder (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel committed Nov 10, 2018
1 parent e55cf61 commit 2cdd6e0
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 213 deletions.
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.

0 comments on commit 2cdd6e0

Please sign in to comment.