mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-25 06:33:09 +03:00
be explicit about node_modules dependency
This commit is contained in:
parent
db726c5654
commit
c1be619f59
4
Makefile
4
Makefile
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user