Skip to content

Commit 69d5588

Browse files
committed
build: build ts workspace during root postinstall
1 parent 180f915 commit 69d5588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"description": "Root launcher for the fh-workflow CLI. Delegates to ts/workflow-cli; no dependencies of its own.",
55
"scripts": {
6-
"postinstall": "npm --prefix ts install",
6+
"postinstall": "npm --prefix ts install && npm --prefix ts run build",
77
"validate": "node ts/workflow-cli/cli/fh-workflow.mjs validate",
88
"check-schema": "node ts/workflow-cli/cli/fh-workflow.mjs check-schema",
99
"open": "node ts/workflow-cli/cli/fh-workflow.mjs open",

0 commit comments

Comments
 (0)