Skip to content

Commit

Permalink
Build updates. (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored and NimJay committed Nov 10, 2022
1 parent 260ba82 commit 263acf8
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 8,139 deletions.
3 changes: 1 addition & 2 deletions cloud-language/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"scripts": {
"lint": "samples lint",
"pretest": "npm run lint",
"system-test": "ava -T 20s --verbose system-test/*.test.js",
"test": "npm run system-test"
"test": "samples test run --cmd ava -- -T 20s --verbose system-test/*.test.js"
},
"dependencies": {
"@google-cloud/language": "0.11.0",
Expand Down
3 changes: 1 addition & 2 deletions cloud-language/snippets/slackbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"scripts": {
"lint": "samples lint",
"pretest": "npm run lint",
"system-test": "ava -T 20s --verbose system-test/*.test.js",
"test": "npm run system-test"
"test": "samples test run --cmd ava -- -T 20s --verbose system-test/*.test.js"
},
"dependencies": {
"@google-cloud/language": "0.11.0",
Expand Down
Loading

0 comments on commit 263acf8

Please sign in to comment.