aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/theme/package.json')
-rw-r--r--packages/theme/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/theme/package.json b/packages/theme/package.json
index 7e3c4722d..516bab93c 100644
--- a/packages/theme/package.json
+++ b/packages/theme/package.json
@@ -15,7 +15,7 @@
15 }, 15 },
16 "scripts": { 16 "scripts": {
17 "dev": "tsc -w", 17 "dev": "tsc -w",
18 "prepare": "tsc", 18 "build": "tsc",
19 "preprepare": "npm run test", 19 "preprepare": "npm run test",
20 "test": "npx mocha" 20 "test": "npx mocha"
21 }, 21 },