babel-plugin-transform-assets-import-to-string
Version:
Babel plugin that transforms image assets import and requires to urls / cdn
28 lines (27 loc) • 505 B
YAML
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