京都のkintone用javascript
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 satır
154B

  1. #!/bin/bash
  2. cd $(dirname ${0})
  3. cd ..
  4. # 環境変数の読み込み
  5. export $(cat .env.development | grep -v ^# | sed -e s/^DEV_//g | xargs)
  6. yarn upload