Skip to content

Commit

Permalink
chore(): Generate css
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpu committed Mar 24, 2021
1 parent 89eefdb commit 498093f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
"scripts": {
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"build": "father doc build --storybook",
"compile": "father build",
"compile": "father build && lessc assets/index.less assets/index.css",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
"test": "father test",

0 comments on commit 498093f

Please sign in to comment.