Skip to content

Commit 2174c8d

Browse files
committedAug 19, 2021
chore: scan routes before serving Scully app
1 parent 8786df9 commit 2174c8d

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
@@ -32,7 +32,7 @@
3232
"help": "nx help",
3333
"scully": "scully --noPrompt",
3434
"scully:scan": "yarn scully --scanRoutes",
35-
"scully:serve": "yarn scully serve"
35+
"scully:serve": "yarn scully:scan && yarn scully serve"
3636
},
3737
"dependencies": {
3838
"@angular/animations": "^12.0.0",

0 commit comments

Comments
 (0)
Failed to load comments.