Commit ce88a7bc authored by wildfirecode's avatar wildfirecode

1

parent 0adffdc3
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"deploy": "export BUILD_TYPE=production && node deploy", "deploy": "node deploy BUILD_TYPE=production",
"deploy:dev": "export BUILD_TYPE=development && node deploy", "deploy:dev": "node deploy BUILD_TYPE=development",
"deploy:sourcemap": "fundebug-cli upload --apikey '0a540efc461d456c65a96fcb31e339b0c9c56308169c5e49e6b556ea5df44934' --directory ./released", "deploy:sourcemap": "fundebug-cli upload --apikey '0a540efc461d456c65a96fcb31e339b0c9c56308169c5e49e6b556ea5df44934' --directory ./released",
"build": "webpack", "build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
"chalk": "^2.3.0", "chalk": "^2.3.0",
"co": "^4.6.0", "co": "^4.6.0",
"progress": "^2.0.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" "fundebug-cli": "^0.2.1"
}, },
"dependencies": { "dependencies": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment