Skip to content
Snippets Groups Projects

Issue #3100732: Allow specifying `meta` data on JSON:API objects

Closed Björn Brala requested to merge issue/drupal-3100732:3100732-allow-specifying-meta into 10.1.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -8,7 +8,7 @@
"node": ">= 16.0"
},
"scripts": {
"build": "yarn build:css & yarn build:js & yarn build:ckeditor5",
"build": "yarn build:css & yarn build:js & yarn build:ckeditor5 & yarn vendor-update",
"watch": "yarn watch:css & yarn watch:js & yarn watch:ckeditor5",
"build:css": "node ./scripts/css/postcss-build.js",
"watch:css": "node ./scripts/css/postcss-watch.js",
Loading