about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-01-29 11:21:51 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-01-29 11:21:51 +0100
commit6f5413879fc6c4afe04cde9bb930aa9182c57974 (patch)
tree49c1b39eb62679db9617aeb6508b48d0447e3d0f /package.json
parente7823de0c8160b0b7c77ce24040724b82b58b6f7 (diff)
downloadpuszcza-6f5413879fc6c4afe04cde9bb930aa9182c57974.tar.gz
puszcza-6f5413879fc6c4afe04cde9bb930aa9182c57974.zip
Fix path list
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index b8921cd..1970bd0 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,6 @@
     "dev": "nuxt",
     "prebuild": "./scripts/prebuild.sh",
     "build": "nuxt generate",
-    "postbuild": "./scripts/postbuild.sh",
     "start": "nuxt start",
     "test": "jest",
     "storybook": "start-storybook -p 6006 -s static",