Skip to content

fix: simplify scripts by adding devDependencies #262

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

Merged
merged 1 commit into from
Apr 16, 2025

Conversation

jorrit
Copy link
Contributor

@jorrit jorrit commented Apr 16, 2025

What does it do?

Makes yarn develop in the root directory work (on my machine) by using the same commands in webtools-addon-sitemap as in the other packages.

Why is it needed?

To develop this plugin.

How to test it?

Run yarn develop.

Before:

PS C:\Projects\GitHub\strapi-webtools> yarn develop
turbo 2.5.0

 WARNING  stale pid file at "C:\\Users\\Jorrit\\AppData\\Local\\Temp\\turbod\\ce4c85f987b81795\\turbod.pid"
• Packages in scope: docs, strapi-plugin-webtools, webtools-addon-sitemap, webtools-cli
• Running watch:link in 4 packages
• Remote caching disabled
strapi-plugin-webtools:watch:link: cache bypass, force executing 115673eb70ec7dc4
webtools-addon-sitemap:watch:link: cache bypass, force executing 9bcb1035dcb66c21
strapi-plugin-webtools:watch:link: [INFO] Watching ./dist for changes to files with extensions: ts,js,png,svg,gif,jpeg,css
strapi-plugin-webtools:watch:link: 
strapi-plugin-webtools:watch:link: To use this package in Strapi, in a separate shell run:
strapi-plugin-webtools:watch:link: cd /path/to/strapi/project
strapi-plugin-webtools:watch:link:
strapi-plugin-webtools:watch:link: Then run one of the commands below based on the package manager used in that project:
strapi-plugin-webtools:watch:link:
strapi-plugin-webtools:watch:link: ## yarn
strapi-plugin-webtools:watch:link: yarn dlx yalc add --link strapi-plugin-webtools && yarn install
strapi-plugin-webtools:watch:link:
strapi-plugin-webtools:watch:link: ## npm
strapi-plugin-webtools:watch:link: npx yalc add strapi-plugin-webtools && npx yalc link strapi-plugin-webtools && npm install
webtools-addon-sitemap:watch:link: [INFO] Watching ./dist for changes to files with extensions: ts,js,png,svg,gif,jpeg,css
webtools-addon-sitemap:watch:link:
webtools-addon-sitemap:watch:link: To use this package in Strapi, in a separate shell run:
webtools-addon-sitemap:watch:link: cd /path/to/strapi/project
webtools-addon-sitemap:watch:link:
webtools-addon-sitemap:watch:link: Then run one of the commands below based on the package manager used in that project:
webtools-addon-sitemap:watch:link:
webtools-addon-sitemap:watch:link: ## yarn
webtools-addon-sitemap:watch:link: yarn dlx yalc add --link webtools-addon-sitemap && yarn install
webtools-addon-sitemap:watch:link:
webtools-addon-sitemap:watch:link: ## npm
webtools-addon-sitemap:watch:link: npx yalc add webtools-addon-sitemap && npx yalc link webtools-addon-sitemap && npm install
strapi-plugin-webtools:watch:link: (node:44016) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
strapi-plugin-webtools:watch:link: (Use `node --trace-deprecation ...` to show where the warning was created)
webtools-addon-sitemap:watch:link: (node:2104) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
webtools-addon-sitemap:watch:link: (Use `node --trace-deprecation ...` to show where the warning was created)
strapi-plugin-webtools:watch:link: Package content has not changed, skipping publishing.
webtools-addon-sitemap:watch:link: webtools-addon-sitemap@1.2.1 published in store.
webtools-addon-sitemap:watch:link: [0] 
webtools-addon-sitemap:watch:link: [0] > webtools-addon-sitemap@1.2.1 watch
webtools-addon-sitemap:watch:link: [0] > ../../../node_modules/.bin/pack-up watch
webtools-addon-sitemap:watch:link: [0]
strapi-plugin-webtools:watch:link: [0]
strapi-plugin-webtools:watch:link: [0] > strapi-plugin-webtools@1.4.1 watch
strapi-plugin-webtools:watch:link: [0] > pack-up watch
strapi-plugin-webtools:watch:link: [0]
webtools-addon-sitemap:watch:link: [0] '..' is not recognized as an internal or external command,
webtools-addon-sitemap:watch:link: [0] operable program or batch file.
webtools-addon-sitemap:watch:link: [0] npm error path C:\Projects\GitHub\strapi-webtools\packages\addons\sitemap
webtools-addon-sitemap:watch:link: [0] npm error workspace webtools-addon-sitemap@1.2.1
webtools-addon-sitemap:watch:link: [0] npm error location C:\Projects\GitHub\strapi-webtools\packages\addons\sitemap
webtools-addon-sitemap:watch:link: [0] npm error command failed
webtools-addon-sitemap:watch:link: [0] npm error command C:\WINDOWS\system32\cmd.exe /d /s /c ../../../node_modules/.bin/pack-up watch
webtools-addon-sitemap:watch:link: [0] npm run watch exited with code 1
webtools-addon-sitemap:watch:link: node:internal/process/promises:392
webtools-addon-sitemap:watch:link:       new UnhandledPromiseRejection(reason);
webtools-addon-sitemap:watch:link:       ^
webtools-addon-sitemap:watch:link:
webtools-addon-sitemap:watch:link: UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "[object Array]".
webtools-addon-sitemap:watch:link:     at throwUnhandledRejectionsMode (node:internal/process/promises:392:7)
webtools-addon-sitemap:watch:link:     at processPromiseRejections (node:internal/process/promises:475:17)
webtools-addon-sitemap:watch:link:     at process.processTicksAndRejections (node:internal/process/task_queues:106:32) {
webtools-addon-sitemap:watch:link:   code: 'ERR_UNHANDLED_REJECTION'
webtools-addon-sitemap:watch:link: }
webtools-addon-sitemap:watch:link:
webtools-addon-sitemap:watch:link: Node.js v22.14.0
webtools-addon-sitemap:watch:link: ERROR: command finished with error: command (C:\Projects\GitHub\strapi-webtools\packages\addons\sitemap) C:\Users\Jorrit\AppData\Local\Temp\xfs-07627764\yarn.cmd run watch:link exited (1)    
webtools-addon-sitemap#watch:link: command (C:\Projects\GitHub\strapi-webtools\packages\addons\sitemap) C:\Users\Jorrit\AppData\Local\Temp\xfs-07627764\yarn.cmd run watch:link exited (1)

 Tasks:    0 successful, 2 total
Cached:    0 cached, 2 total
  Time:    3.699s
Failed:    webtools-addon-sitemap#watch:link

 ERROR  run failed: command  exited (1)

After:

PS C:\Projects\GitHub\strapi-webtools> yarn develop                                       
turbo 2.5.0

• Packages in scope: docs, strapi-plugin-webtools, webtools-addon-sitemap, webtools-cli
• Running watch:link in 4 packages
• Remote caching disabled
strapi-plugin-webtools:watch:link: cache bypass, force executing 115673eb70ec7dc4
webtools-addon-sitemap:watch:link: cache bypass, force executing dc7e68ebd97891b7
strapi-plugin-webtools:watch:link: [INFO] Watching ./dist for changes to files with extensions: ts,js,png,svg,gif,jpeg,css
strapi-plugin-webtools:watch:link:
strapi-plugin-webtools:watch:link: To use this package in Strapi, in a separate shell run:
strapi-plugin-webtools:watch:link: cd /path/to/strapi/project
strapi-plugin-webtools:watch:link:
strapi-plugin-webtools:watch:link: Then run one of the commands below based on the package manager used in that project:
strapi-plugin-webtools:watch:link:
strapi-plugin-webtools:watch:link: ## yarn
strapi-plugin-webtools:watch:link: yarn dlx yalc add --link strapi-plugin-webtools && yarn install
strapi-plugin-webtools:watch:link:
strapi-plugin-webtools:watch:link: ## npm
strapi-plugin-webtools:watch:link: npx yalc add strapi-plugin-webtools && npx yalc link strapi-plugin-webtools && npm install
webtools-addon-sitemap:watch:link: [INFO] Watching ./dist for changes to files with extensions: ts,js,png,svg,gif,jpeg,css
webtools-addon-sitemap:watch:link:
webtools-addon-sitemap:watch:link: To use this package in Strapi, in a separate shell run:
webtools-addon-sitemap:watch:link: cd /path/to/strapi/project
webtools-addon-sitemap:watch:link:
webtools-addon-sitemap:watch:link: Then run one of the commands below based on the package manager used in that project:
webtools-addon-sitemap:watch:link:
webtools-addon-sitemap:watch:link: ## yarn
webtools-addon-sitemap:watch:link: yarn dlx yalc add --link webtools-addon-sitemap && yarn install
webtools-addon-sitemap:watch:link:
webtools-addon-sitemap:watch:link: ## npm
webtools-addon-sitemap:watch:link: npx yalc add webtools-addon-sitemap && npx yalc link webtools-addon-sitemap && npm install
strapi-plugin-webtools:watch:link: (node:46860) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
strapi-plugin-webtools:watch:link: (Use `node --trace-deprecation ...` to show where the warning was created)
webtools-addon-sitemap:watch:link: (node:51640) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
webtools-addon-sitemap:watch:link: (Use `node --trace-deprecation ...` to show where the warning was created)
strapi-plugin-webtools:watch:link: strapi-plugin-webtools@1.4.1 published in store.
webtools-addon-sitemap:watch:link: webtools-addon-sitemap@1.2.1 published in store.
strapi-plugin-webtools:watch:link: [0] 
strapi-plugin-webtools:watch:link: [0] > strapi-plugin-webtools@1.4.1 watch
strapi-plugin-webtools:watch:link: [0] > pack-up watch
strapi-plugin-webtools:watch:link: [0]
webtools-addon-sitemap:watch:link: [0] 
webtools-addon-sitemap:watch:link: [0] > webtools-addon-sitemap@1.2.1 watch
webtools-addon-sitemap:watch:link: [0] > pack-up watch
webtools-addon-sitemap:watch:link: [0]
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\cli\index.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: [0] [SUCCESS]  Building Javascript (runtime: node – target: cjs)
webtools-addon-sitemap:watch:link: [0]     webtools-addon-sitemap\bundle_cjs_2: ./server/cli.js -> ./dist/cli/index.js
webtools-addon-sitemap:watch:link: [0] [SUCCESS]  Building Javascript (runtime: node – target: es)
webtools-addon-sitemap:watch:link: [0]     webtools-addon-sitemap\bundle_esm_2: ./server/cli.js -> ./dist/cli/index.mjs
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\server\index.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: [0] [SUCCESS]  Building Javascript (runtime: node – target: cjs)
webtools-addon-sitemap:watch:link: [0]     webtools-addon-sitemap\bundle_cjs_1: ./server/index.js -> ./dist/server/index.js
webtools-addon-sitemap:watch:link: [0] [SUCCESS]  Building Javascript (runtime: node – target: es)
webtools-addon-sitemap:watch:link: [0]     webtools-addon-sitemap\bundle_esm_1: ./server/index.js -> ./dist/server/index.mjs
strapi-plugin-webtools:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\core\dist\server\index.js
strapi-plugin-webtools:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: Package content has not changed, skipping publishing.
webtools-addon-sitemap:watch:link: [0] "default" is imported from external module "react" but never used in "admin/components/EditView/index.jsx", "admin/components/Header/index.jsx", "admin/components/Loader/index.jsx", "admi
n/components/Info/index.jsx", "admin/components/HostnameModal/index.jsx", "admin/tabs/Settings/index.jsx", "admin/components/List/Collection/Row.jsx", "admin/components/List/Collection/index.jsx", "admin/components/List/Custom
/Row.jsx", "admin/components/List/Custom/index.jsx", "admin/tabs/CustomURLs/index.jsx", "admin/components/ModalForm/Custom/index.jsx", "admin/components/SelectContentTypes/index.jsx", "admin/components/ModalForm/Collection/index.jsx", "admin/components/ModalForm/index.jsx", "admin/tabs/CollectionURLs/index.jsx", "admin/components/Tabs/index.jsx", "admin/containers/Main/index.jsx" and "admin/containers/App/index.jsx".
strapi-plugin-webtools:watch:link: [0] [SUCCESS]  Building Javascript (runtime: node – target: es)
strapi-plugin-webtools:watch:link: [0]     strapi-plugin-webtools\bundle_esm_1: ./server/index.ts -> ./dist/server/index.mjs
strapi-plugin-webtools:watch:link: [0] [SUCCESS]  Building Javascript (runtime: node – target: cjs)
strapi-plugin-webtools:watch:link: [0]     strapi-plugin-webtools\bundle_cjs_1: ./server/index.ts -> ./dist/server/index.js
webtools-addon-sitemap:watch:link: [0] "default" is imported from external module "react" but never used in "admin/components/EditView/index.jsx", "admin/components/Loader/index.jsx", "admin/components/Header/index.jsx", "admi
n/components/Info/index.jsx", "admin/components/HostnameModal/index.jsx", "admin/tabs/Settings/index.jsx", "admin/components/List/Custom/Row.jsx", "admin/components/List/Custom/index.jsx", "admin/components/List/Collection/Row
.jsx", "admin/components/List/Collection/index.jsx", "admin/tabs/CollectionURLs/index.jsx", "admin/components/ModalForm/Custom/index.jsx", "admin/components/SelectContentTypes/index.jsx", "admin/components/ModalForm/Collection/index.jsx", "admin/components/ModalForm/index.jsx", "admin/tabs/CustomURLs/index.jsx", "admin/components/Tabs/index.jsx", "admin/containers/Main/index.jsx" and "admin/containers/App/index.jsx".
strapi-plugin-webtools:watch:link: Package content has not changed, skipping publishing.
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\admin\index.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\_chunks\ar-C_tQu1XS.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\_chunks\en-DGS0Do5c.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\_chunks\de-CYgZ-6G5.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\_chunks\es-DI7uYYEK.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\_chunks\it-DYpuAHa5.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: Package content has not changed, skipping publishing.
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\_chunks\fr-C4hzktsM.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\_chunks\ja-DCK1QrYm.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\_chunks\ko-Bgn4ZG2R.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\_chunks\nl-Be4dsW3f.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\_chunks\pl-waX2XGLw.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\_chunks\pt-BR-B_ii8U63.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\_chunks\pt-Cuc1TzHc.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\_chunks\ru-Dc-rSPqb.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\_chunks\uk-DuE_wRxU.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\_chunks\tr-DZacWaso.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\_chunks\zh-Hans-JcohXWfl.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\addons\sitemap\dist\_chunks\zh-BjcJQUQC.js
webtools-addon-sitemap:watch:link: [INFO] Pushing new yalc package...
webtools-addon-sitemap:watch:link: [0] [SUCCESS]  Building Javascript (runtime: web – target: es)
webtools-addon-sitemap:watch:link: [0]     webtools-addon-sitemap\bundle_esm_0: ./admin/index.js -> ./dist/admin/index.mjs
webtools-addon-sitemap:watch:link: [0] [SUCCESS]  Building Javascript (runtime: web – target: cjs)
webtools-addon-sitemap:watch:link: [0]     webtools-addon-sitemap\bundle_cjs_0: ./admin/index.js -> ./dist/admin/index.js
strapi-plugin-webtools:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\core\dist\admin\index.js
strapi-plugin-webtools:watch:link: [INFO] Pushing new yalc package...
strapi-plugin-webtools:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\core\dist\_chunks\index-CZNd9pf4.js
strapi-plugin-webtools:watch:link: [INFO] Pushing new yalc package...
strapi-plugin-webtools:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\core\dist\_chunks\en-ChRhiEgl.js
strapi-plugin-webtools:watch:link: [INFO] Pushing new yalc package...
strapi-plugin-webtools:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\core\dist\_chunks\index-3ODNGL3R.js
strapi-plugin-webtools:watch:link: [INFO] Pushing new yalc package...
strapi-plugin-webtools:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\core\dist\_chunks\es-Zq9JQWzn.js
strapi-plugin-webtools:watch:link: [INFO] Pushing new yalc package...
strapi-plugin-webtools:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\core\dist\_chunks\tr-5XsWIV-2.js
strapi-plugin-webtools:watch:link: [INFO] Pushing new yalc package...
strapi-plugin-webtools:watch:link: [INFO] Found changes in files: c:\Projects\GitHub\strapi-webtools\packages\core\dist\_chunks\nl-vG77TuoT.js
strapi-plugin-webtools:watch:link: [INFO] Pushing new yalc package...
strapi-plugin-webtools:watch:link: [0] [SUCCESS]  Building Javascript (runtime: web – target: es)
strapi-plugin-webtools:watch:link: [0]     strapi-plugin-webtools\bundle_esm_0: ./admin/index.ts -> ./dist/admin/index.mjs
strapi-plugin-webtools:watch:link: [0] [SUCCESS]  Building Javascript (runtime: web – target: cjs)
strapi-plugin-webtools:watch:link: [0]     strapi-plugin-webtools\bundle_cjs_0: ./admin/index.ts -> ./dist/admin/index.js
strapi-plugin-webtools:watch:link: Package content has not changed, skipping publishing.
webtools-addon-sitemap:watch:link: Package content has not changed, skipping publishing.
strapi-plugin-webtools:watch:link: Package content has not changed, skipping publishing.

 Tasks:    0 successful, 2 total
Cached:    0 cached, 2 total
  Time:    5.052s

Copy link

changeset-bot bot commented Apr 16, 2025

🦋 Changeset detected

Latest commit: 9be555a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
webtools-addon-sitemap Patch
strapi-plugin-webtools Patch
webtools-cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Member

@boazpoolman boazpoolman left a comment

Choose a reason for hiding this comment

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

Unrelated to your change, but the pipeline seems to have completely stop working.
Found a issue regarding the matter, fix should be as easy as actions/setup-node#1275 (comment).

Could you make that change?

@jorrit
Copy link
Contributor Author

jorrit commented Apr 16, 2025

It seems that my change does not work on the build server. It seems weird to me that pack-up does not need ..\.. etc. for core but it is required for the sitemap package.

@boazpoolman
Copy link
Member

It seems that my change does not work on the build server. It seems weird to me that pack-up does not need ..\.. etc. for core but it is required for the sitemap package.

Probably because core has @strapi/pack-up as a devDependency:
https://github.com/pluginpal/strapi-webtools/blob/master/packages/core/package.json#L57C7-L57C33

@jorrit jorrit force-pushed the fixdevelop branch 3 times, most recently from ba0f544 to 548b603 Compare April 16, 2025 09:35
Copy link

codecov bot commented Apr 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.50%. Comparing base (a2f2c95) to head (9be555a).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #262   +/-   ##
=======================================
  Coverage   42.50%   42.50%           
=======================================
  Files           2        2           
  Lines         640      640           
  Branches      154      156    +2     
=======================================
  Hits          272      272           
  Misses        293      293           
  Partials       75       75           
Flag Coverage Δ
unit 42.50% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jorrit
Copy link
Contributor Author

jorrit commented Apr 16, 2025

You were absolutely right. I moved a bunch of other script dependencies to devDependencies so the executables can be referenced by name instead of by path.

@jorrit jorrit changed the title Fix yarn develop for sitemap add on fix: simplify scripts by adding devDependencies Apr 16, 2025
@boazpoolman boazpoolman merged commit 5441b1c into pluginpal:master Apr 16, 2025
8 checks passed
@jorrit jorrit deleted the fixdevelop branch April 16, 2025 10:12
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.

2 participants