Skip to content

Releases: carloluis/heroku-bp-node-build

v0.2.1 - environment variables

Choose a tag to compare

@carloluis carloluis released this 21 Sep 03:35
  • export environment variables (fix)
  • remove whitelisting regex

v0.2.0 - reduce slug size

Choose a tag to compare

@carloluis carloluis released this 21 Jul 01:42
  • check for sub-projects dependencies (second level directories)
  • clean all development dependencies after finish the build step

v0.1.1

Choose a tag to compare

@carloluis carloluis released this 08 Jul 17:52
  • test if node_modules folder exists in root directory before move it's content
  • code consistency (using .editorconfig file)
  • update README.md doc

v0.1.0

Choose a tag to compare

@carloluis carloluis released this 08 Jul 05:20

heroku-bp-node-build

  • buildpack for building assets on heroku
  • checks for build script on package.json
  • install dev dependencies (yarn and npm support)
  • execute: npm run build