Skip to content

Commit

Permalink
style: Add dist.css to the files field of package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 10, 2022
1 parent 92d4042 commit bbd549b
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 @@ -11,7 +11,7 @@
"start": "kkt start --app-src ./website",
"css:build": "compile-less -d src -o esm",
"css:watch": "compile-less -d src -o esm --watch",
"css:build:dist": "compile-less -d src --combine w-heatmap.css --rm-global",
"css:build:dist": "compile-less -d src --combine dist.css --rm-global",
"watch": "tsbb watch",
"build": "tsbb build && npm run css:build && npm run css:build:dist"
},
Expand All @@ -22,6 +22,7 @@
"author": "",
"license": "MIT",
"files": [
"dist.css",
"src",
"cjs",
"esm"
Expand Down

0 comments on commit bbd549b

Please sign in to comment.