mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
docs: fix yarn.lock and gitignore for CI
Regenerate yarn.lock to include prettier dependency that was added to package.json but missing from the lockfile, causing CI to fail with --frozen-lockfile. Also add package-lock.json to .gitignore since the project uses yarn. Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
@@ -16,6 +16,9 @@ logs
|
||||
#Yarn log
|
||||
yarn-error.log
|
||||
|
||||
# npm lockfile (project uses yarn)
|
||||
package-lock.json
|
||||
|
||||
|
||||
# Generated alternative _summary.md
|
||||
# **/*/_summary.md
|
||||
|
||||
Reference in New Issue
Block a user