Skip to content

Commit

Permalink
chore(): Generate css (#248)
Browse files Browse the repository at this point in the history
Co-authored-by: dimpu <[email protected]>
  • Loading branch information
dimpu and dimpu authored Mar 31, 2021
1 parent 89eefdb commit b2203b0
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
Expand Up @@ -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",
Expand Down

0 comments on commit b2203b0

Please sign in to comment.