summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 41d839e..42e4bc4 100644
--- a/package.json
+++ b/package.json
@@ -5,9 +5,10 @@
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1", 7 "test": "echo \"Error: no test specified\" && exit 1",
8 "build:design": "sass -I node_modules src/design.scss dist/design.css", 8 "build:light": "sass -I node_modules src/light.scss dist/light.css",
9 "build:classic": "sass -I node_modules src/classic.scss dist/classic.css",
9 "build:dark": "sass -I node_modules src/dark.scss dist/dark.css", 10 "build:dark": "sass -I node_modules src/dark.scss dist/dark.css",
10 "build": "pnpm build:design && pnpm build:dark" 11 "build": "pnpm build:light && pnpm build:classic && pnpm build:dark"
11 }, 12 },
12 "keywords": [], 13 "keywords": [],
13 "author": "", 14 "author": "",