mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 14:31:42 +00:00
correr yarn en hain
This commit is contained in:
parent
92a292c42b
commit
96a16379bd
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -54,6 +54,9 @@ rake:
|
|||
bundle:
|
||||
$(hain) 'cd /Sutty/sutty; bundle $(args)'
|
||||
|
||||
yarn:
|
||||
$(hain) 'yarn $(args)'
|
||||
|
||||
# Servir JS con el dev server.
|
||||
# Esto acelera la compilación del javascript, tiene que correrse por separado
|
||||
# de serve.
|
||||
|
|
Loading…
Reference in a new issue