Use native shell commands for clean/clean-all #110

Manually merged
Johann150 merged 2 commits from refactor/remove-clean-scripts into main 2022-09-05 22:09:16 +00:00
Owner
No description provided.
norm added 1 commit 2022-09-05 08:44:34 +00:00
Use native shell commands for clean/clean-all
Some checks failed
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint-backend Pipeline was successful
ci/woodpecker/pr/lint-client Pipeline failed
ci/woodpecker/pr/test Pipeline failed
5fb294e7d7
Owner

I think the point of not using the native shell was to be cross-platform (specifically Windows). Do we want to abandon that idea? If so it would be a good idea to at least note that in the readme/contributing guide/...

I think the point of not using the native shell was to be cross-platform (specifically Windows). Do we want to abandon that idea? If so it would be a good idea to at least note that in the readme/contributing guide/...
Author
Owner

The npm scripts that already exist do seem to already assume a Unix-like shell using chaining operators like && and ||. To be fair, those did get added to PowerShell 7.0, but judging by git blame on the main package.json, those do predate PS 7.0 by several years. Unless NPM already does some special handling for those under Windows...

I'll at least make a note in the contributing guide though.

The npm scripts that already exist do seem to already assume a Unix-like shell using chaining operators like `&&` and `||`. To be fair, those did get added to PowerShell 7.0, but judging by `git blame` on the main `package.json`, those do predate PS 7.0 by several years. Unless NPM already does some special handling for those under Windows... I'll at least make a note in the contributing guide though.
norm added 1 commit 2022-09-05 16:04:14 +00:00
Add note about development platform in contributing guide
Some checks failed
ci/woodpecker/pr/test Pipeline failed
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/lint-backend Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint-client Pipeline failed
ca4f89564b
Johann150 manually merged commit 72b5da28e7 into main 2022-09-05 22:09:16 +00:00
Sign in to join this conversation.
No reviewers
No labels
feature
fix
upkeep
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: FoundKeyGang/FoundKey#110
No description provided.