Skip to content

Commit e522934

Browse files
committed
ci: update lib:build command
1 parent 77b125e commit e522934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"docs:serve": "nx run docs:serve",
2020
"format": "prettier --write \"**/*.{ts,html,md,scss,js,json}\"",
2121
"format:check": "prettier --check \"**/*.{ts,html,md,scss,js,json}\"",
22-
"lib:build": "nx run flowbite-angular:build",
22+
"lib:build": "nx run flowbite-angular:build && pnpm dlx @tailwindcss/cli -i ./libs/flowbite-angular/styles/flowbite-angular.css -o ./dist/libs/flowbite-angular/flowbite-angular.css --minify",
2323
"lib:lint": "nx run flowbite-angular:lint",
2424
"prepare": "husky",
2525
"storybook:build": "nx run storybook:build",

0 commit comments

Comments
 (0)