Skip to content

Commit ed6c9f6

Browse files
committed
build: generated version with custom peerjs repository
1 parent 3b15306 commit ed6c9f6

File tree

5 files changed

+119
-196
lines changed

5 files changed

+119
-196
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
peerjs/
2-
dist/
32
node_modules/
43
.idea
54

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
exec 2>&1
44

55
rm -rf dist/ peerjs/
6-
git clone https://github.com/peers/peerjs peerjs
6+
git clone https://github.com/Codeko/peerjs.git --branch v1.4.7-react-native --single-branch peerjs
77
cd peerjs
8-
git apply ../decoupling.diff
8+
# git apply ../decoupling.diff
99
../node_modules/.bin/parcel build --no-source-maps lib/exports.ts -d ../dist --out-file peerjs.min.js
1010
cd ../
1111
cat imports.js dist/peerjs.min.js > dist/react-native-peerjs.js

0 commit comments

Comments
 (0)