diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-06-25 22:05:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 22:05:03 +0200 |
commit | 85f57171294c9e030c954a4502684ee4deb94302 (patch) | |
tree | 2b66c7553e54779cb55808ffca3be10b8c85cf47 | |
parent | 901a2aa02c85861adbc3cbe71f681286131e7a02 (diff) | |
download | kronika-85f57171294c9e030c954a4502684ee4deb94302.tar.gz kronika-85f57171294c9e030c954a4502684ee4deb94302.zip |
Add raw files folder
-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 c98d7e9..85edd14 100644 --- a/test/package.json +++ b/test/package.json @@ -8,7 +8,7 @@ "kronikarz": "^2.0.0" }, "scripts": { - "build": "mkdir -p ../static/api && touch ../static/api/posts.json && node -r esm build.js && cp _headers ../static", + "build": "mkdir -p ../static/api && touch ../static/api/posts.json && node -r esm build.js && cp _headers ../static && cp -r ../wpisy ../static/files", "test": "./validator.sh" }, "keywords": [], |