Skip to content

Commit

Permalink
add yarn script so I get less confused
Browse files Browse the repository at this point in the history
Signed-off-by: August Toman-Yih <atomanyih@pivotal.io>
  • Loading branch information
sweinstein22 authored and August Toman-Yih committed Feb 25, 2019
1 parent 4e50d95 commit 6799fb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
"react-dom": "^15.0.0 || ^16.0.0"
},
"scripts": {
"test": "gulp ci --fatal"
"test": "gulp ci --fatal",
"build": "gulp build"
}
}

0 comments on commit 6799fb3

Please sign in to comment.