diff options
| author | 8cy <[email protected]> | 2020-04-15 02:58:49 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-15 02:58:49 -0700 |
| commit | f4776cce45fba4380d6652fef5b9a6fbf78f8e16 (patch) | |
| tree | 1fbdc404a6d4d8b6a8cd17cc26602b6e7d6c639e /scripts | |
| parent | The Start (diff) | |
| download | dep-core-f4776cce45fba4380d6652fef5b9a6fbf78f8e16.tar.xz dep-core-f4776cce45fba4380d6652fef5b9a6fbf78f8e16.zip | |
The Uwuficationtest
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/build.bat | 3 | ||||
| -rw-r--r-- | scripts/heroku_application_log.bat | 1 | ||||
| -rw-r--r-- | scripts/install_prerequisites.bat | 3 | ||||
| -rw-r--r-- | scripts/prepare_build.bat | 3 |
4 files changed, 10 insertions, 0 deletions
diff --git a/scripts/build.bat b/scripts/build.bat new file mode 100644 index 0000000..59c629b --- /dev/null +++ b/scripts/build.bat @@ -0,0 +1,3 @@ +%cd% +cd .. +tsc
\ No newline at end of file diff --git a/scripts/heroku_application_log.bat b/scripts/heroku_application_log.bat new file mode 100644 index 0000000..49f71a4 --- /dev/null +++ b/scripts/heroku_application_log.bat @@ -0,0 +1 @@ +heroku logs -t --app uwufier
\ No newline at end of file diff --git a/scripts/install_prerequisites.bat b/scripts/install_prerequisites.bat new file mode 100644 index 0000000..7b67ea9 --- /dev/null +++ b/scripts/install_prerequisites.bat @@ -0,0 +1,3 @@ +%cd% +cd .. +npm npm i
\ No newline at end of file diff --git a/scripts/prepare_build.bat b/scripts/prepare_build.bat new file mode 100644 index 0000000..27f4874 --- /dev/null +++ b/scripts/prepare_build.bat @@ -0,0 +1,3 @@ +%cd% +cd .. +@RD /S /Q "dist"
\ No newline at end of file |