Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the makefile to include additional commands #349

Open
aligg opened this issue Jun 14, 2024 · 1 comment
Open

Update the makefile to include additional commands #349

aligg opened this issue Jun 14, 2024 · 1 comment

Comments

@aligg
Copy link
Contributor

aligg commented Jun 14, 2024

What's the task?

Ideas:
test, lint, format

https://nava.slack.com/archives/C03G1SWD9H7/p1718394806641479?thread_ts=1718392387.864629&cid=C03G1SWD9H7

@rylew1
Copy link
Contributor

rylew1 commented Jun 17, 2024

Some ideas:

  • reinstalling dependencies:
reinstall-deps:
	rm -rf node_modules
	npm install
  • if we're trying to deploy storybook:
build-storybook: # Build Storybook in Docker
	docker compose build --no-cache storybook
  • some other from pfml:
    • whats-released
    • whats-released-short
    • help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants