update
Showing
... | ... | @@ -4,7 +4,7 @@ |
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"deploy": "node deploy.js", | ||
"deploy": "export BUILD_TYPE=production && node deploy", | ||
"deploy:sourcemap": "fundebug-cli upload --apikey '0a540efc461d456c65a96fcb31e339b0c9c56308169c5e49e6b556ea5df44934' --directory ./released", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
... | ... | @@ -24,7 +24,8 @@ |
"gulp-concat": "^2.6.1", | ||
"gulp-sourcemaps": "^2.6.4", | ||
"gulp-uglify": "^3.0.0", | ||
"progress": "^2.0.0" | ||
"progress": "^2.0.0", | ||
"autoupload":"git+ssh://git@gitlab2.dui88.com:wanghongyuan/tuia-auto-upload.git" | ||
}, | ||
"dependencies": {} | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment