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 CLI #159

Merged
merged 3 commits into from
Nov 2, 2023
Merged

Update CLI #159

merged 3 commits into from
Nov 2, 2023

Conversation

willybrauner
Copy link
Member

@willybrauner willybrauner commented Nov 2, 2023

  • Remove npm run init. Just npm i will install root deps + apps/front/ deps by default.

Update all script names - {task}:{workspace} → {workspace}:{task} :

  • npm run dev:frontnpm run front:dev
  • npm run build:frontnpm run front:build
  • npm run test:frontnpm run front:test

plus scope old global script name

  • npm run scaffoldnpm run front:scaffold
  • npm run scaffold-wpnpm run back:scaffold-wp

@willybrauner willybrauner changed the title Update cli Update CLI Nov 2, 2023
@willybrauner willybrauner merged commit 5a88307 into main Nov 2, 2023
1 check passed
@willybrauner willybrauner deleted the improve-cli branch November 2, 2023 15:09
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

Successfully merging this pull request may close these issues.

1 participant