Skip to content

Commit

Permalink
Update plugin:develop command and yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
giollord committed Dec 29, 2024
1 parent 7b2e264 commit 3528f03
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"test:unit:update": "jest --config jest.config.js -u",
"test:unit:all": "nx run-many --target=test:unit --nx-ignore-cycles",
"test:unit:watch": "run test:unit --watch",
"plugin:develop": "concurrently --handle-input --kill-others \"npm run --prefix plugins/group-sort-strapi-plugin watch\" \"node -e \"\"setTimeout(() => process.exit(0), 5000)\"\" && npm run --prefix examples/getstarted develop\""
"plugin:develop": "concurrently --handle-input --kill-others \"npm run --prefix plugins/group-sort-strapi-plugin watch\" \"node timeout.js && npm run --prefix examples/getstarted develop\""
},
"resolutions": {
"@types/koa": "2.13.4"
Expand Down
1 change: 1 addition & 0 deletions timeout.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
setTimeout(() => process.exit(0), 5000);
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7728,15 +7728,6 @@ __metadata:
languageName: node
linkType: hard

"@simbathesailor/use-what-changed@npm:2.0.0":
version: 2.0.0
resolution: "@simbathesailor/use-what-changed@npm:2.0.0"
peerDependencies:
react: ">=16"
checksum: 10c0/c1045bdab724ad3186d6ccba0b16e9069bae46a5e9f8bcd6534c427e7a2abf0ef8f0503ac8c9a2eacf27132191ca65739082335bfa9b5ebff7a8906a031c2c5e
languageName: node
linkType: hard

"@simov/deep-extend@npm:^1.0.0":
version: 1.0.0
resolution: "@simov/deep-extend@npm:1.0.0"
Expand Down Expand Up @@ -19694,7 +19685,6 @@ __metadata:
dependencies:
"@dnd-kit/core": "npm:6.3.1"
"@dnd-kit/sortable": "npm:10.0.0"
"@simbathesailor/use-what-changed": "npm:2.0.0"
"@strapi/content-manager": "workspace:*"
"@strapi/content-type-builder": "workspace:*"
"@strapi/design-system": "npm:^2.0.0-rc.14"
Expand Down

0 comments on commit 3528f03

Please sign in to comment.