Skip to content

Commit 8a0f424

Browse files
committed
chore: build app before running Scully commands
1 parent 8786df9 commit 8a0f424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"workspace-generator": "nx workspace-generator",
3131
"dep-graph": "nx dep-graph",
3232
"help": "nx help",
33-
"scully": "scully --noPrompt",
33+
"scully": "yarn build && scully --noPrompt",
3434
"scully:scan": "yarn scully --scanRoutes",
3535
"scully:serve": "yarn scully serve"
3636
},

0 commit comments

Comments
 (0)