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

chore: stop sorting scripts #31

Closed
wants to merge 1 commit into from
Closed

Conversation

jonathanmorley
Copy link

This is a breaking change.

We use npm-run-all for running scripts inside of the package.json.

This treats the order of keys in scripts as being meaningful, especially when running sequentially.

Also, we tend to organise our scripts based on the order the scripts are executed in the project lifecycle, which is not always alphabetical.

package.json Outdated
@@ -28,7 +28,7 @@
"test:unit": "jest"
},
"dependencies": {
"sort-package-json": "1.46.1"
"sort-package-json": "cvent/sort-package-json#fields-option"
Copy link
Author

Choose a reason for hiding this comment

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

I'll update this if/when the keithamus/sort-package-json#206 PR gets merged

@matzkoh
Copy link
Owner

matzkoh commented Feb 20, 2021

#35

@matzkoh matzkoh closed this Feb 20, 2021
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.

None yet

2 participants