about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Cargo.toml1
-rw-r--r--package.json7
-rw-r--r--yarn.lock4
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 82aa8a
4a'>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 + +