Skip to content

Commit

Permalink
chore: put everything needed to build outside devDeps
Browse files Browse the repository at this point in the history
- on deploy (on scalingo), the project is built. So it uses the build
scripts using concurrently, vite and all. We make sure those deps are
available anytime we use `npm install`
- now we can set up scalingo to not install devDeps while still
succeeding in installing the project. Actually, following their docs,
scalingo shouldn't install devDeps by default but it actually does. We
should be able to use an env var to force it bypassing devDeps
(Scalingo/nodejs-buildpack#89)
  • Loading branch information
manuhabitela committed Mar 20, 2024
1 parent 582e02f commit c1e6560
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 171 deletions.
Loading

0 comments on commit c1e6560

Please sign in to comment.