Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
chore: bundle install before adding npm local packages
Browse files Browse the repository at this point in the history
  • Loading branch information
leio10 committed Jun 30, 2021
1 parent 527df85 commit ee0089e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@decidim/dev": "file:tmp/npmbuild/decidim-dev-0.25.0-dev.tgz"
},
"scripts": {
"heroku-prebuild": "npm exec -y --package github:decidim/decidim-npm-local -- decidimpack ."
"heroku-prebuild": "bundle && npm exec -y --package github:decidim/decidim-npm-local -- decidimpack ."
}
}
}

0 comments on commit ee0089e

Please sign in to comment.