|
|
@@ -4,7 +4,10 @@
|
|
|
"description": "saas在线进销存系统",
|
|
|
"main": "app.js",
|
|
|
"scripts": {
|
|
|
- "test": "echo \"Error: no test specified\" && exit 1"
|
|
|
+ "test": "echo \"Error: no test specified\" && exit 1",
|
|
|
+ "dev": "sencha app watch",
|
|
|
+ "build-test": "sencha app build --testing",
|
|
|
+ "build": "sencha app build"
|
|
|
},
|
|
|
"keywords": [
|
|
|
"saas"
|