Skip to content

Commit

Permalink
put install peer dep into test cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
nubz committed Apr 8, 2022
1 parent 4c6ed92 commit 5662454
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "Control GDS task list states for prototypes and other nodejs apps",
"main": "index.js",
"scripts": {
"ci": "npm install @nubz/gds-validation && npm run ci",
"test": "jest --coverage=true"
"test": "npm install @nubz/gds-task-list-ops && jest --coverage=true"
},
"peerDependencies": {
"@nubz/gds-validation": "^2.4.0"
Expand Down

0 comments on commit 5662454

Please sign in to comment.