be explicit about node_modules dependency

This commit is contained in:
Brian Hicks 2018-03-27 21:13:14 -05:00
parent db726c5654
commit c1be619f59
No known key found for this signature in database
GPG Key ID: FF1F407C0D3C2430

View File

@ -26,10 +26,10 @@ elm-stuff: package.json node_modules
${NPM_PREFIX}/.bin/elm-package install --yes
touch -m $@
tests/elm-stuff: tests/elm-package.json
tests/elm-stuff: tests/elm-package.json node_modules
cd tests; ../${NPM_PREFIX}/.bin/elm-package install --yes
touch -m $@
styleguide-app/elm-stuff: styleguide-app/elm-package.json
styleguide-app/elm-stuff: styleguide-app/elm-package.json node_modules
cd styleguide-app; ../${NPM_PREFIX}/.bin/elm-package install --yes
touch -m $@