about summary refs log tree commit diff
path: root/test/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/package.json')
-rw-r--r--test/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/package.json b/test/package.json
index 74665d2..c98d7e9 100644
--- a/test/package.json
+++ b/test/package.json
@@ -8,7 +8,7 @@
     "kronikarz": "^2.0.0"
   },
   "scripts": {
-    "build": "mkdir -p ../api/api && touch ../api/api/posts.json && node -r esm build.js && cp _headers ../api",
+    "build": "mkdir -p ../static/api && touch ../static/api/posts.json && node -r esm build.js && cp _headers ../static",
     "test": "./validator.sh"
   },
   "keywords": [],