上传打包脚本
Showing
bin/publish.js
0 → 100644
... | ... | @@ -5,6 +5,7 @@ |
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build --prod --build--optimizer --base-href /ng-one/", | ||
"publish": "node ./bin/publish.js", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e" | ||
... | ... | @@ -33,6 +34,7 @@ |
"animate.css": "^3.7.0", | ||
"bootstrap": "^4.1.1", | ||
"browser-image-compression": "^1.0.5", | ||
"compressing": "^1.4.0", | ||
"core-js": "^2.6.1", | ||
"cropperjs": "1.4.1", | ||
"css-element-queries": "^1.0.2", | ||
... | ... |
publish/.keep
0 → 100644
Please register or sign in to comment