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

added some scripts for future use? #163

Merged
merged 4 commits into from
Mar 30, 2024
Merged

added some scripts for future use? #163

merged 4 commits into from
Mar 30, 2024

Conversation

AVDestroyer
Copy link
Contributor

scripts to ease addition of new members into our website

  • note that this doesn't handle new member photos, I might do that soon TM
    make sure there isn't anything bad here

Comment on lines 8 to 9
npm install -g typescript
tsc "$new"
Copy link
Member

Choose a reason for hiding this comment

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

Don't need this, just use npm run tsc instead of tsc (the website already lists typescript as a dependency)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this didn't work either, but somehow just tsc without the former line worked. I added this in the next commit, but make sure it is correct?

Copy link
Member

Choose a reason for hiding this comment

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

tsc worked because you already had it globally installed on your system. It's a bit unexpected that npm run tsc didn't work, but I locally confirmed that yarn tsc actually works. Can you change to that?

@AVDestroyer AVDestroyer merged commit f35fa45 into main Mar 30, 2024
@r2dev2 r2dev2 deleted the scripts branch March 30, 2024 20:47
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.

2 participants