about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-10-11 19:33:24 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-10-11 19:33:24 +0200
commit5855198867cc0586b71b6d64f4581dffc7fe6cbb (patch)
tree663823d5af3711eb2777cef5a6e34484c901f9d9 /package.json
parent1e248151d5bd60e8c94ab26f272e5e9cf900ca7a (diff)
downloadpuszcza-5855198867cc0586b71b6d64f4581dffc7fe6cbb.tar.gz
puszcza-5855198867cc0586b71b6d64f4581dffc7fe6cbb.zip
Add api endpoint
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 722d911..e99735d 100644
--- a/package.json
+++ b/package.json
@@ -6,8 +6,9 @@
   "private": true,
   "scripts": {
     "dev": "nuxt",
-    "prebuild": "git clone https://github.com/19pdh/kronika && rm -rf kronika/.git",
+    "prebuild": "./scripts/prebuild.sh",
     "build": "nuxt generate",
+    "postbuild": "./scripts/postbuild.sh",
     "start": "nuxt start",
     "test": "jest"
   },