Skip to content

Commit

Permalink
Updating circleci config.
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverLinings89 committed May 10, 2022
1 parent 7472bbf commit 8ae2953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- node/with-cache:
steps:
- run: npm install
- run: node_modules/@angular/cli/bin/ng build --prod --buildOptimizer --output-hashing=none
- run: node_modules/@angular/cli/bin/ng.js build --configuration production --build-optimizer --output-hashing=none
- run:
name: Install LFTP
command: |
Expand Down

0 comments on commit 8ae2953

Please sign in to comment.