Skip to content

Commit

Permalink
Add pass-thru yarn commands for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximusHaximus committed Aug 13, 2021
1 parent d7e4915 commit f8035ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
@@ -1,6 +1,11 @@
{
"name": "near-wallet",
"private": true,
"scripts": {
"lint": "cd packages/frontend && yarn && yarn lint",
"build": "cd packages/frontend && yarn && yarn build",
"test": "cd packages/frontend && yarn && yarn test"
},
"devDependencies": {
"lerna": "^4.0.0"
}
Expand Down

0 comments on commit f8035ca

Please sign in to comment.