Skip to content

A buildpack step for Heroku to run a specific command we have for the SPA

Notifications You must be signed in to change notification settings

kloppindustries/run-npm-in-subdir-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

The actual build component (compile) is just changing into a specific directory, and running an npm invocation to compile the SPA into a new location as an artifact rather than a VCS changeset.

There's nothing of note in either detect or release, though the assumption is that there is a buildpack providing node and npm higher up in the chain...

That is, the entire thing is:

cd to-directory
npm run my-cool-command

🤨😮‍😮‍💨

Don't forget to use shellcheck if you make changes to this.

About

A buildpack step for Heroku to run a specific command we have for the SPA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages