Skip to content

Commit adfb9ba

Browse files
fix: build issue for lib
1 parent 6411072 commit adfb9ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build:lib": "ng build @ngx-builders/ngx-bulma --prod",
1010
"serve:app": "npm run build:lib && ng serve bulma-app -o",
1111
"build:lib:watch": "ng build @ngx-builders/ngx-bulma --watch",
12-
"build-docs": "npm run build:lib && ng build bulma-app",
12+
"build-docs": "ng build bulma-app",
1313
"build": "ng build",
1414
"test": "ng test",
1515
"lint": "ng lint",
@@ -102,4 +102,4 @@
102102
"path": "./node_modules/cz-conventional-changelog"
103103
}
104104
}
105-
}
105+
}

0 commit comments

Comments
 (0)