Skip to content

Commit

Permalink
Update PR template with simplified frontend commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrobinson committed May 8, 2018
1 parent d171d98 commit fdc3762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

###### Before submitting the PR, please make sure you do the following
- [ ] If there are changes to the backend codebase, run the backend tests with `lein test && lein eastwood && lein bikeshed && lein docstring-checker && ./bin/reflection-linter`
- [ ] Run the frontend and integration tests with `yarn && yarn run prettier && yarn run lint && yarn run flow && ./bin/build version uberjar && yarn run test`)
- [ ] Run the frontend and integration tests with `yarn lint && yarn flow && yarn test`)
- [ ] Sign the [Contributor License Agreement](https://docs.google.com/a/metabase.com/forms/d/1oV38o7b9ONFSwuzwmERRMi9SYrhYeOrkbmNaq9pOJ_E/viewform)
(unless it's a tiny documentation change).

0 comments on commit fdc3762

Please sign in to comment.