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

Improves GitHub Actions workflow #89

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aendra-rininsland
Copy link

@aendra-rininsland aendra-rininsland commented Dec 17, 2023

I used an earlier version of Starter for a project recently and noticed the CI wasn't working as expected. From this I realised that it's not actually building the code in CI or installing dependencies.

This PR improves the GitHub Actions workflow by:

  • Moving built/ code to .gitignore
  • built/ removed from VC
  • npm run build run via postinstall hook
  • actions/setup-node added to workflow so code is built in CI

- Moving `built/` code to `.gitignore`
- `built/` removed from VC
- `npm run build` run via postinstall hook
- `actions/setup-node` added to workflow so code is built in CI
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