10000 fix: remove quoting from rimraf commands by ccbblin · Pull Request #3434 · linz/basemaps · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: remove quoting from rimraf commands #3434

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

Merged
merged 3 commits into from
May 19, 2025

Conversation

ccbblin
Copy link
Contributor
@ccbblin ccbblin commented Apr 28, 2025

Motivation

running npm run clean doesn't work for me, the build/ and dist/ folders aren't removed

Modifications

when calling rimraf, we quote the args so that we get consistent glob behaviour. We need to add --glob option

Verification

checked the build/ and dist/ folders are removed

@ccbblin ccbblin marked this pull request as ready for review April 28, 2025 02:57
@ccbblin ccbblin requested a review from a team as a code owner April 28, 2025 02:57
@ccbblin ccbblin force-pushed the fix/npm-run-clean-rimraf-fix branch from f2f18d6 to 0b2f3f5 Compare April 28, 2025 03:29
@tawera-manaena
Copy link
Contributor

I've noticed this myself and had resorted to running rimraf manually. Glad to see this.

@ccbblin ccbblin force-pushed the fix/npm-run-clean-rimraf-fix branch from 9778d16 to 9a30633 Compare May 1, 2025 01:41
@ccbblin ccbblin force-pushed the fix/npm-run-clean-rimraf-fix branch from 82627ce to 185e694 Compare May 18, 2025 21:05
@ccbblin ccbblin force-pushed the fix/npm-run-clean-rimraf-fix branch from 185e694 to 4e4eb0e Compare May 19, 2025 02:04
@tawera-manaena tawera-manaena added this pull request to the merge queue May 19, 2025
Merged via the queue into master with commit 58f31da May 19, 2025
14 checks passed
@tawera-manaena tawera-manaena deleted the fix/npm-run-clean-rimraf-fix branch May 19, 2025 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0