File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 58
58
deploy :
59
59
- provider : script
60
60
skip_cleanup : true
61
- script : ./resources/npm-git.sh
61
+ script : ./resources/npm-git.sh && npm install -g https://github.com/parse-community/parse-server#latest
62
62
on :
63
63
branch :
64
64
- master
Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
3
3
### master
4
- [ Full Changelog] ( https://github.com/parse-community/parse-server/compare/2.8.0...master )
4
+ [ Full Changelog] ( https://github.com/parse-community/parse-server/compare/2.8.1...master )
5
+
6
+ ### 2.8.1
7
+ [ Full Changelog] ( https://github.com/parse-community/parse-server/compare/2.8.1...2.8.0 )
8
+
9
+ Ensure all the files are properly exported to the final package.
5
10
6
11
### 2.8.0
7
12
[ Full Changelog] ( https://github.com/parse-community/parse-server/compare/2.8.0...2.7.4 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 2.8.0 " ,
3
+ "version" : " 2.8.1 " ,
4
4
"description" : " An express module providing a Parse-compatible API server" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : {
14
14
" views/" ,
15
15
" LICENSE" ,
16
16
" PATENTS" ,
17
+ " postinstall.js" ,
17
18
" README.md"
18
19
],
19
20
"license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ cp README.md $BUILD_DIR/
25
25
cp LICENSE $BUILD_DIR /
26
26
cp PATENTS $BUILD_DIR /
27
27
cp CHANGELOG.md $BUILD_DIR /
28
+ cp postinstall.js $BUILD_DIR /
28
29
cp -R lib $BUILD_DIR
29
30
cp -R bin $BUILD_DIR
30
31
cp -R public_html $BUILD_DIR
You can’t perform that action at this time.
0 commit comments