NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.drone.yml 103B

12345678
  1. kind: pipeline
  2. name: test
  3. image: node
  4. commands:
  5. - pwd
  6. - cd ./vue-theme
  7. - npm install
  8. - npm test