From fe1050a1cacacd8c06b15f176da7bfe22584a1f9 Mon Sep 17 00:00:00 2001 From: Myyk Seok Date: Thu, 9 Sep 2021 14:17:51 +0800 Subject: [PATCH] Add a gitpod config. (#342) --- .gitpod.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..86eec339 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,6 @@ +# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/ +tasks: + - init: | + npm install + npm run all +