We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc0694 commit 4779832Copy full SHA for 4779832
package.json
@@ -5,7 +5,8 @@
5
"main": "./libs/backendless.js",
6
"scripts": {
7
"test:tsc":"tsc ./tests/tsd.ts",
8
- "build": "uglifyjs libs/backendless.js --mangle --source-map libs/backendless.min.map -o libs/backendless.min.js"
+ "build": "uglifyjs libs/backendless.js --mangle --source-map libs/backendless.min.map -o libs/backendless.min.js",
9
+ "update-libs": "git push origin `git subtree split --prefix libs master`:gh-pages --force"
10
},
11
"repository": {
12
"type": "git",
0 commit comments