summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorMelonai <einebeere@gmail.com>2020-05-20 21:15:12 +0200
committerMelonai <einebeere@gmail.com>2020-05-20 21:15:12 +0200
commit58abd266b0b5ec37c5d7beea37abc2babd7d504a (patch)
treeefe84fba111c308370a89fba61dd9e8548a01085 /package.json
parente58b453f24c8b4081361112862d29c34eb22009d (diff)
downloadshorest-58abd266b0b5ec37c5d7beea37abc2babd7d504a.tar.zst
shorest-58abd266b0b5ec37c5d7beea37abc2babd7d504a.zip
heroku build helper
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..654a0ad
--- /dev/null
+++ b/package.json
@@ -0,0 +1,7 @@
+{
+  "name": "shorest",
+  "version": "0.2.0",
+  "scripts": {
+    "postinstall": "yarn --cwd ./client/; yarn --cwd ./client/ build"
+  }
+}