mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-30 17:14:43 +03:00
inhibit parallel elm-package invocations, while allowing other parallel stuff
This commit is contained in:
parent
1e95da847b
commit
9298f45c16
3
Makefile
3
Makefile
@ -23,14 +23,17 @@ node_modules: package.json
|
||||
npm install
|
||||
touch -m $@
|
||||
|
||||
.NOTPARALLEL: elm-stuff
|
||||
elm-stuff: package.json node_modules
|
||||
elm-package install --yes
|
||||
touch -m $@
|
||||
|
||||
.NOTPARALLEL: tests/elm-stuff
|
||||
tests/elm-stuff: tests/elm-package.json node_modules
|
||||
elm-package install --yes
|
||||
touch -m $@
|
||||
|
||||
.NOTPARALLEL: styleguide-app/elm-stuff
|
||||
styleguide-app/elm-stuff: styleguide-app/elm-package.json node_modules
|
||||
cd styleguide-app; elm-package install --yes
|
||||
touch -m $@
|
||||
|
Loading…
Reference in New Issue
Block a user