Skip to content

Commit

Permalink
Fixing running test from raw repo
Browse files Browse the repository at this point in the history
  • Loading branch information
djfdyuruiry committed Jun 13, 2021
1 parent ea2eb8f commit 08254ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"samples": "yarn install && ./generate-samples.sh",
"test": "improved-yarn-audit && yarn samples"
"test": "yarn install && improved-yarn-audit && yarn samples"
},
"dependencies": {
"cheerio": "^1.0.0-rc.6",
Expand Down

0 comments on commit 08254ab

Please sign in to comment.