Skip to content

Commit 0a54d25

Browse files
committedJun 6, 2021
chore: scan Scully routes
1 parent 80e3f9c commit 0a54d25

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{ "route": "/" }]
1+
[{"route":"/"},{"route":"/this-is-angular"}]

‎package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@
3030
"workspace-generator": "nx workspace-generator",
3131
"dep-graph": "nx dep-graph",
3232
"help": "nx help",
33-
"scully": "scully --noPrompt true",
34-
"scully:serve": "scully serve --noPrompt true"
33+
"scully": "scully --noPrompt",
34+
"scully:scan": "yarn scully --scanRoutes",
35+
"scully:serve": "yarn scully serve"
3536
},
3637
"dependencies": {
3738
"@angular/animations": "^12.0.0",

0 commit comments

Comments
 (0)
Failed to load comments.