add staging to browser target

This commit is contained in:
Blair Vanderlugt 2021-08-17 11:48:46 -04:00
parent 24dfeaaa02
commit db6f80c6da

View File

@ -96,6 +96,9 @@
}, },
"dev": { "dev": {
"browserTarget": "cic-staff-client:build:dev" "browserTarget": "cic-staff-client:build:dev"
},
"dev": {
"browserTarget": "cic-staff-client:build:staging"
} }
} }
}, },