1
Showing
... | ... | @@ -4,8 +4,8 @@ |
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"deploy": "export BUILD_TYPE=production && node deploy", | ||
"deploy:dev": "export BUILD_TYPE=development && node deploy", | ||
"deploy": "node deploy BUILD_TYPE=production", | ||
"deploy:dev": "node deploy BUILD_TYPE=development", | ||
"deploy:sourcemap": "fundebug-cli upload --apikey '0a540efc461d456c65a96fcb31e339b0c9c56308169c5e49e6b556ea5df44934' --directory ./released", | ||
"build": "webpack", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
... | ... | @@ -24,7 +24,7 @@ |
"chalk": "^2.3.0", | ||
"co": "^4.6.0", | ||
"progress": "^2.0.0", | ||
"autoupload":"git+ssh://git@gitlab2.dui88.com:wanghongyuan/tuia-auto-upload.git", | ||
"autoupload":"git+ssh://git@gitlab2.dui88.com:wanghongyuan/duiba-autoupload.git", | ||
"fundebug-cli": "^0.2.1" | ||
}, | ||
"dependencies": { | ||
... | ... |
Please register or sign in to comment