aboutsummaryrefslogtreecommitdiff
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 b999ef0..37e03d6 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,8 @@
"doc": "docs"
},
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "dev": "go run ./cmd/xesite --site-url https://preview.xeiaso.net --devel"
},
"repository": {
"type": "git",
@@ -22,4 +23,4 @@
"dependencies": {
"execa": "^8.0.1"
}
-}
+} \ No newline at end of file