diff --git a/packages/aura-protocol/package.json b/packages/aura-protocol/package.json index 6488c29..a308f95 100644 --- a/packages/aura-protocol/package.json +++ b/packages/aura-protocol/package.json @@ -10,7 +10,7 @@ "LICENSE" ], "scripts": { - "build": "tsc", + "build": "tsc && npm run generate-schema", "generate-schema": "ts-node scripts/generate-schema.ts", "prepublishOnly": "npm run build" }, diff --git a/step.md b/step.md new file mode 100644 index 0000000..bb4f620 --- /dev/null +++ b/step.md @@ -0,0 +1 @@ +sad sad game \ No newline at end of file