Skip to content

Commit eab57b9

Browse files
authored
Merge pull request #32 from constructive-io/fix/publish-dist-manifests
fix: rebuild dist on prepack so publishes carry the bumped version
2 parents 908c26f + bce4819 commit eab57b9

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

packages/blocks-renderer/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"scripts": {
2525
"build": "makage clean && makage build-ts && makage assets",
2626
"build:dev": "makage clean && makage build-ts --dev && makage assets",
27+
"prepack": "npm run build",
2728
"lint:types": "tsc --noEmit -p tsconfig.lint.json",
2829
"test": "vitest run",
2930
"test:watch": "vitest",

packages/blocks-schema/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"scripts": {
2525
"build": "makage clean && makage build-ts && makage assets",
2626
"build:dev": "makage clean && makage build-ts --dev && makage assets",
27+
"prepack": "npm run build",
2728
"lint:types": "tsc --noEmit -p tsconfig.lint.json",
2829
"test": "vitest run",
2930
"test:watch": "vitest",

packages/flow-to-blocks/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"scripts": {
2525
"build": "makage clean && makage build-ts && makage assets",
2626
"build:dev": "makage clean && makage build-ts --dev && makage assets",
27+
"prepack": "npm run build",
2728
"lint:types": "tsc --noEmit -p tsconfig.lint.json",
2829
"test": "vitest run",
2930
"test:watch": "vitest",

packages/json-renderer/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"scripts": {
2525
"build": "makage build",
2626
"build:dev": "makage build --dev",
27+
"prepack": "npm run build",
2728
"lint:types": "tsc --noEmit -p tsconfig.lint.json",
2829
"test": "vitest run",
2930
"test:watch": "vitest",

packages/json-schema-to-blocks/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"scripts": {
2525
"build": "makage clean && makage build-ts && makage assets",
2626
"build:dev": "makage clean && makage build-ts --dev && makage assets",
27+
"prepack": "npm run build",
2728
"lint:types": "tsc --noEmit -p tsconfig.lint.json",
2829
"test": "vitest run",
2930
"test:watch": "vitest",

packages/meta-to-blocks/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"scripts": {
2525
"build": "makage clean && makage build-ts && makage assets",
2626
"build:dev": "makage clean && makage build-ts --dev && makage assets",
27+
"prepack": "npm run build",
2728
"lint:types": "tsc --noEmit -p tsconfig.lint.json",
2829
"test": "vitest run",
2930
"test:watch": "vitest",

0 commit comments

Comments
 (0)