Skip to content

Commit

Permalink
ci: ensure sorted package json files
Browse files Browse the repository at this point in the history
  • Loading branch information
Leeyoungone committed Dec 27, 2021
1 parent 91df177 commit 7aa41a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
]
},
"scripts": {
"sort-json": "npx sort-package-json 'packages/*/package.json' 'package.json' 'examples/cactus-*/package.json' 'extensions/*/package.json' && yarn run sort-json-check",
"sort-json-check": "npx sort-package-json 'packages/*/package.json' 'package.json' 'examples/cactus-*/package.json' 'extensions/*/package.json' --check",
"run-ci": "./tools/ci.sh",
"reset:node-modules": "del-cli '**/node_modules'",
"reset:git": "git clean -f -X",
Expand Down

0 comments on commit 7aa41a5

Please sign in to comment.