diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-10-28 00:04:17 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-10-28 00:04:17 +0530 |
commit | 3df5e8413db0e2c234e454574e8c98a8776bb7cd (patch) | |
tree | 3630ec7bce1aeeef7eb1b047527a0d6f9636f5f4 | |
parent | 680d2a85e160ec733a08b641e0f36e0e46ff4a7c (diff) |
testing startup script
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | startup.sh | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index ecbadcb92..13849c0f3 100644 --- a/package.json +++ b/package.json @@ -263,4 +263,4 @@ "xoauth2": "^1.2.0", "xregexp": "^4.3.0" } -}
\ No newline at end of file +} diff --git a/startup.sh b/startup.sh new file mode 100644 index 000000000..ed4fc7bf7 --- /dev/null +++ b/startup.sh @@ -0,0 +1,4 @@ +#!/bin/bash +cd /c/Users/dash/Documents/Dash-Web +npm run start-release +# works for dash-release
\ No newline at end of file |