We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a266054 commit 11369b5Copy full SHA for 11369b5
startLocalServerAndUpdateBuild.sh
@@ -0,0 +1,9 @@
1
+# private file to copy the zip file from my VPS
2
+set -e
3
+echo "running zip on js-framework-benchmark"
4
+ssh $VPS_HOST "cd js-framework-benchmark && npm run zip"
5
+scp $VPS_HOST:/home/stefan/js-framework-benchmark/build.zip .
6
+unzip -o build.zip
7
+ssh $VPS_HOST "ls -l js-framework-benchmark/build.zip"
8
+ls -l build.zip
9
+npm start
0 commit comments