Skip to content

Releases: carloluis/heroku-bp-node-build

v0.2.1 - environment variables

21 Sep 03:35
Compare
Choose a tag to compare
  • export environment variables (fix)
  • remove whitelisting regex

v0.2.0 - reduce slug size

21 Jul 01:42
Compare
Choose a tag to compare
  • check for sub-projects dependencies (second level directories)
  • clean all development dependencies after finish the build step

v0.1.1

08 Jul 17:52
Compare
Choose a tag to compare
  • 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

08 Jul 05:20
Compare
Choose a tag to compare

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