Skip to content

Commit a39b24c

Browse files
committed
fix: Install the latest Parse Server version in bootstrap.sh
Closes #8513
1 parent 7e9d53a commit a39b24c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

bootstrap.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,7 @@ cat > ./package.json << EOF
162162
"scripts": {
163163
"start": "parse-server config.json"
164164
},
165-
"dependencies": {
166-
"parse-server": "^3.9.0"
167-
}
165+
"dependencies": {}
168166
}
169167
EOF
170168
echo "${CHECK} Created package.json"
@@ -195,7 +193,7 @@ fi
195193

196194
echo "\n${CHECK} running npm install\n"
197195

198-
npm install -s
196+
npm install parse-server -s
199197

200198
CURL_CMD=$(cat << EOF
201199
curl -X POST -H 'X-Parse-Application-Id: ${APP_ID}' \\

0 commit comments

Comments
 (0)