We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6411072 commit adfb9baCopy full SHA for adfb9ba
package.json
@@ -9,7 +9,7 @@
9
"build:lib": "ng build @ngx-builders/ngx-bulma --prod",
10
"serve:app": "npm run build:lib && ng serve bulma-app -o",
11
"build:lib:watch": "ng build @ngx-builders/ngx-bulma --watch",
12
- "build-docs": "npm run build:lib && ng build bulma-app",
+ "build-docs": "ng build bulma-app",
13
"build": "ng build",
14
"test": "ng test",
15
"lint": "ng lint",
@@ -102,4 +102,4 @@
102
"path": "./node_modules/cz-conventional-changelog"
103
}
104
105
-}
+}
0 commit comments