Skip to content

Commit

Permalink
chore: Fix less script
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Apr 14, 2021
1 parent c15aa2d commit 98d28cf
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 @@ -32,7 +32,7 @@
"scripts": {
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"build": "father doc build --storybook",
"compile": "father build && less assets/index.less assets/index.css",
"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 All @@ -51,6 +51,7 @@
"enzyme-to-json": "^3.4.0",
"eslint": "^7.0.0",
"father": "^2.30.2",
"less": "^3.10.3",
"np": "^6.2.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
Expand Down

0 comments on commit 98d28cf

Please sign in to comment.