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

Commit 1cc1937

Browse files
fix(build): circleci
1 parent 5208c00 commit 1cc1937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
- run: sudo -E ng new your-angular-project --defaults
2525
- run: cd your-angular-project && sudo -E npm link @angular-schule/ngx-deploy-starter
2626
- run: cd your-angular-project && sudo -E ng add @angular-schule/ngx-deploy-starter
27-
- run: mkdir /example-folder
27+
- run: sudo -E mkdir /example-folder
2828
- run: cd your-angular-project && sudo -E ng deploy

0 commit comments

Comments
 (0)