Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit b2650e7

Browse files
committed
refactor(tools): convert scripts from npm to yarn
re-enable Angular CLI's build-optimizer
1 parent 6094a0e commit b2650e7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tools/deploy.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ echo ""
3030

3131
read -rp "Press <ENTER> to continue.."
3232

33-
npm run build-themes
34-
35-
"$(npm bin)"/ng build --aot --prod --build-optimizer=false
36-
"$(npm bin)"/firebase use $projectId
37-
"$(npm bin)"/firebase deploy
33+
yarn prod-build
34+
yarn firebase use $projectId
35+
yarn firebase deploy

0 commit comments

Comments
 (0)