Skip to content

Commit

Permalink
fix: assests/*.css missing
Browse files Browse the repository at this point in the history
close #212
  • Loading branch information
afc163 committed Mar 16, 2020
1 parent 4b95ec0 commit aa9ae36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"module": "es/index",
"scripts": {
"build": "father doc build --storybook",
"compile": "father build",
"compile": "father build && lessc assets/bootstrap.less assets/bootstrap.css && lessc assets/bootstrap_white.less assets/bootstrap_white.css",
"coverage": "father test --coverage",
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
"now-build": "npm run build",
Expand All @@ -49,6 +49,7 @@
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.4.3",
"father": "^2.23.1",
"less": "^3.11.1",
"np": "^6.0.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
Expand Down

0 comments on commit aa9ae36

Please sign in to comment.