Skip to content

Commit 5482450

Browse files
committed
fix: enable build target in rest-sdk-angular
1 parent b5a883c commit 5482450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/sdk/rest-sdk-angular/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"projectType": "library",
77
"tags": [],
88
"targets": {
9-
"build-skip": {
9+
"build": {
1010
"executor": "@nx/angular:package",
1111
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
1212
"options": {

0 commit comments

Comments
 (0)