Closed kpaxton closed 2 years ago
CI ran the following commands for commit a9dcf5ced4e5ee538610aa135dbb1620c74200be. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this branch
Sent with 💌 from NxCloud.
Merged in #154
Nx 13+ already handles sorting the TsConfig paths and Workspace projects so I've removed them from the command so this now only sorts the package.json
scripts
property now.Added an undefined check to the sort function so that it doesn't add the property if it doesn't exist. Should never happen since package.json should always have the
scripts
property.Fixes:
152