diff options
Diffstat (limited to 'test/package.json')
-rw-r--r-- | test/package.json | 2 |
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": [], |