We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180f915 commit 69d5588Copy full SHA for 69d5588
1 file changed
package.json
@@ -3,7 +3,7 @@
3
"private": true,
4
"description": "Root launcher for the fh-workflow CLI. Delegates to ts/workflow-cli; no dependencies of its own.",
5
"scripts": {
6
- "postinstall": "npm --prefix ts install",
+ "postinstall": "npm --prefix ts install && npm --prefix ts run build",
7
"validate": "node ts/workflow-cli/cli/fh-workflow.mjs validate",
8
"check-schema": "node ts/workflow-cli/cli/fh-workflow.mjs check-schema",
9
"open": "node ts/workflow-cli/cli/fh-workflow.mjs open",
0 commit comments