Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910111213141516171819202122
  1. kind: pipeline
  2. name: default
  3. steps:
  4. - name: npm install
  5. image: node:12
  6. commands:
  7. - npm install
  8. - name: npm run build
  9. image: node:12
  10. commands:
  11. - npm run build
  12. - name: npm publish
  13. image: plugins/npm
  14. settings:
  15. username: frontwork
  16. password:
  17. from_secret: npm_password
  18. email: frontwork.me@gmail.com