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:08:14 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-10-11 19:08:14 +0200
commit1e248151d5bd60e8c94ab26f272e5e9cf900ca7a (patch)
tree1202575ae8f069e05b08babe899fb614c02e3366 /package.json
parent72549ed7b81fc01445fecdb7889bab4cf2a1590f (diff)
downloadpuszcza-1e248151d5bd60e8c94ab26f272e5e9cf900ca7a.tar.gz
puszcza-1e248151d5bd60e8c94ab26f272e5e9cf900ca7a.zip
Add folder structure parser
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 0237ed5..722d911 100644
--- a/package.json
+++ b/package.json
@@ -6,9 +6,9 @@
   "private": true,
   "scripts": {
     "dev": "nuxt",
-    "build": "nuxt build",
+    "prebuild": "git clone https://github.com/19pdh/kronika && rm -rf kronika/.git",
+    "build": "nuxt generate",
     "start": "nuxt start",
-    "generate": "nuxt generate",
     "test": "jest"
   },
   "dependencies": {
@@ -43,4 +43,4 @@
       "jest-serializer-vue"
     ]
   }
-}
+}
\ No newline at end of file