UNPKG

babel-plugin-transform-assets-import-to-string

Version:
28 lines (27 loc) 505 B
machine: node: version: "6" general: branches: ignore: - gh-pages test: pre: - npm run clean override: - npm run test - npm run lint deployment: coverage: branch: [master, /^hotfix\/.*$/, /^feature\/.*$/] commands: - npm run coveralls release: tag: /^v[0-9]+(\.[0-9]+)*$/ owner: yeojz commands: - npm run clean - npm run build - echo -e "$NPM_USER\n$NPM_PASS\n$NPM_EMAIL" | npm login - npm publish - npm logout