Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release' into SLB-289--image-wit…
Browse files Browse the repository at this point in the history
…h-text-block
  • Loading branch information
Leksat committed Apr 17, 2024
2 parents d409a18 + b0009a1 commit 158a197
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"test:static": "tsc --noEmit && eslint '**/*.{ts,tsx,js,jsx}' --ignore-path='./.gitignore'",
"full-rebuild": "pnpm clean && pnpm build:gatsby",
"start:drupal": "pnpm run --filter @custom/cms start",
"build:drupal": "CLOUDINARY_CLOUDNAME=test start-test start:drupal 8888 build:gatsby",
"build:drupal": "CLOUDINARY_CLOUDNAME=test pnpm start-test start:drupal 8888 build:gatsby",
"build:gatsby": "gatsby build",
"build": "if node has-drupal.mjs; then pnpm build:drupal; else pnpm build:gatsby; fi",
"start": "publisher",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
edit:
version: VERSION
js:
js/gutenberg_blocks.umd.js: {}
css:
Expand Down

0 comments on commit 158a197

Please sign in to comment.