Skip to content

Commit

Permalink
add test scripts to top level npm package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
robmcguinness committed May 16, 2017
1 parent 1806907 commit da30ae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
},
"scripts": {
"angular": "npm start --prefix packages/availity-angular-kit",
"angular:test": "npm test --prefix packages/availity-angular-kit",
"react": "npm start --prefix packages/availity-react-kit",
"react:test": "npm test --prefix packages/availity-react-kit",
"test": "lerna run test:integration"
}
}

0 comments on commit da30ae2

Please sign in to comment.