mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Update build-docs.sh
This commit is contained in:
@ -17,8 +17,11 @@ npm_install() {
|
|||||||
|
|
||||||
MARKER_FILE="./node_modules/installed"
|
MARKER_FILE="./node_modules/installed"
|
||||||
if [ ! -f "$MARKER_FILE" ] ; then
|
if [ ! -f "$MARKER_FILE" ] ; then
|
||||||
|
echo "no marker file calling npm install"
|
||||||
npm install
|
npm install
|
||||||
|
echo "calling npm install @types/handlebars@4.0.33"
|
||||||
npm install @types/handlebars@4.0.33
|
npm install @types/handlebars@4.0.33
|
||||||
|
echo "toucing marker file $MARKER_FILE"
|
||||||
touch "$MARKER_FILE"
|
touch "$MARKER_FILE"
|
||||||
echo "npm_install installed successfully"
|
echo "npm_install installed successfully"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user