mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-09 22:25:59 -05:00
Specify node version
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Run JS build process
|
||||
(cd "$(dirname "$0")" && yarn build)
|
||||
(cd "$(dirname "$0")" && yarn && yarn build)
|
||||
if [ $? -ne 0 ]
|
||||
then
|
||||
echo "Error generating JavaScript assets with yarn."
|
||||
|
||||
Reference in New Issue
Block a user