mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
Update build-docs.sh
This commit is contained in:
@ -16,6 +16,8 @@ npm_install() {
|
|||||||
|
|
||||||
MARKER_FILE="./node_modules/installed"
|
MARKER_FILE="./node_modules/installed"
|
||||||
if [ ! -f "$MARKER_FILE" ] ; then
|
if [ ! -f "$MARKER_FILE" ] ; then
|
||||||
|
# Fixes perm issue while installing
|
||||||
|
npm i -g npm@^6.13.6
|
||||||
npm install
|
npm install
|
||||||
npm install @types/handlebars@4.0.33
|
npm install @types/handlebars@4.0.33
|
||||||
touch "$MARKER_FILE"
|
touch "$MARKER_FILE"
|
||||||
|
Reference in New Issue
Block a user