Skip to content

Minor Updates#20

Open
StevenLJackson1 wants to merge 3 commits intoEssent:developfrom
StevenLJackson1:develop
Open

Minor Updates#20
StevenLJackson1 wants to merge 3 commits intoEssent:developfrom
StevenLJackson1:develop

Conversation

@StevenLJackson1
Copy link
Copy Markdown
Contributor

I did not have rimraf defined, so I changed instances of it to rm -rf in the package.json file.
I also saw tsc complaining about missing whitespace in main-page.ts, so I fixed that, as well.

@StevenLJackson1
Copy link
Copy Markdown
Contributor Author

Hold off on this one for now... I'm having issues deleting the node_modules folder with this script. I'll continue to work on it and will update this PR if/when I have a better solution.

Copy link
Copy Markdown
Member

@spike1292 spike1292 left a comment

Choose a reason for hiding this comment

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

‘rm -rf’ doesnt work on Windows that’s why we are using rimraf. You could add it to devDependencies. I have rimraf installed globally so that probably I don’t see this issue

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