Skip to content

Commit d24f0e7

Browse files
committed
chore(ui): add back build_pages script
publish ui to github pages as backup
1 parent 6747a06 commit d24f0e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

springwolf-ui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"ng": "ng",
66
"start": "ng serve",
77
"build": "ng build",
8-
"watch": "ng build --watch --configuration development",
8+
"build_pages": "ng build",
9+
"watch": "ng build --watch",
910
"test": "jest"
1011
},
1112
"private": true,

0 commit comments

Comments
 (0)