aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4e11dda..bfd6934 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,8 @@
"description": "tabloid language support for CodeMirror",
"scripts": {
"test": "mocha test/test.js",
- "prepare": "rollup -c"
+ "prepare": "rollup -c",
+ "build": "rollup -c"
},
"type": "module",
"main": "dist/index.cjs",