Skip to content

Conversation

@billyvg
Copy link
Member

@billyvg billyvg commented Jan 4, 2019

This also adds a yarn check --verify-tree before starting to make sure that yarn deps are up to date.

image

@billyvg
Copy link
Member Author

billyvg commented Jan 4, 2019

Thoughts @dcramer -- this would be a bandaid fix but would allow us to save some frustration for FE-devs and not disturb non-FE devs (matt) with their normal workflow.

We could also add nvm use to this too.

@dcramer
Copy link
Member

dcramer commented Jan 4, 2019

seems fine -- can figure out a longer term solution

@billyvg billyvg requested a review from a team January 4, 2019 18:48
package.json Outdated
"test-staged": "yarn test --findRelatedTests $(git diff --name-only --cached)",
"lint": "node_modules/.bin/eslint tests/js src/sentry/static/sentry/app --ext .js,.jsx",
"lint:css": "stylelint 'src/sentry/static/sentry/app/**/*.jsx'",
"dev": "yarn check --verify-tree && sentry devserver --browser-reload",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should you also run celery workers?

This also adds a `yarn check --verify-tree` before starting to make sure that yarn deps are up to date.
@billyvg billyvg force-pushed the tools/dev/add-yarn-dev-alias-for-sentry-devserver branch from 2411c23 to 9f7be27 Compare January 9, 2019 03:52
@billyvg billyvg merged commit eb027ab into master Jan 9, 2019
@billyvg billyvg deleted the tools/dev/add-yarn-dev-alias-for-sentry-devserver branch January 9, 2019 17:54
jan-auer added a commit that referenced this pull request Jan 10, 2019
* master: (56 commits)
  feat(issues) Add skeleton for Org wide issues (#11420)
  fix(api): Fix broken spam email blocking code
  don't need this white background anymore and it causes a bug on hosted setup (#11436)
  fix(charts): Fix max value for WorldMapChart (#11404)
  feat(issues): Add issues icon to sidebar (#11439)
  build: Remove 'exports' from sourcemaps sources prefix (#11438)
  fix: Render integration description as markdown in search (#11441)
  ref: Import jquery when it's used (#11430)
  fix(ui): Render message params (#11432)
  ref(releases): Refactor projects/organization release overview  (#11392)
  ref(groups): Refactor project group details (#11422)
  feat(2fa): Allow org to reset member 2fa (#11152)
  feat(api): Add relative stats period support to get_date_range_from_params (#11380)
  chore: Remove group-unmerge flag (#11431)
  fix(ui) Fix 'other' tag bucket to have a proper tooltip (#11433)
  build(dev): Add `yarn dev` script to start sentry devserver (#11360)
  ref(charts): Change PercentageBarChart -> PercentageAreaChart (#11401)
  feat(discover): Zerofill queries that are grouped by time (#11384)
  test: Add coverage for breadcrumb message scrubbing
  feat(releases): Add all organization release routes (#11377)
  ...
@github-actions github-actions bot locked and limited conversation to collaborators Dec 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants