diff options
| author | Melonai <einebeere@gmail.com> | 2020-05-20 21:15:12 +0200 |
|---|---|---|
| committer | Melonai <einebeere@gmail.com> | 2020-05-20 21:15:12 +0200 |
| commit | 58abd266b0b5ec37c5d7beea37abc2babd7d504a (patch) | |
| tree | efe84fba111c308370a89fba61dd9e8548a01085 | |
| parent | e58b453f24c8b4081361112862d29c34eb22009d (diff) | |
| download | shorest-58abd266b0b5ec37c5d7beea37abc2babd7d504a.tar.zst shorest-58abd266b0b5ec37c5d7beea37abc2babd7d504a.zip | |
heroku build helper
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | Cargo.toml | 1 | ||||
| -rw-r--r-- | package.json | 7 | ||||
| -rw-r--r-- | yarn.lock | 4 |
4 files changed, 13 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index fd1e9d5..3cfb48e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ build/ .idea/ node_modules/ -*.lock \ No newline at end of file +client/yarn.lock \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 82aa8ab..998b3f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "shorest" version = "0.2.0" authors = ["Melonai <einebeere@gmail.com>"] edition = "2018" +homepage = "https://sho.rest/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 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" + } +} diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..fb57ccd --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + |
