@@ -0,0 +1 @@
+console.log("上传到oss")
@@ -34,7 +34,8 @@
"test": "jest",
"test:coverage": "npm run jest -- --coverage",
"test:update": "npm run jest -- -u",
- "tsc": "tsc --noEmit"
+ "tsc": "tsc --noEmit",
+ "postbuild": "node ./config/sumitOss.js"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": "npm run lint-staged:js",
@@ -100,4 +101,4 @@
"engines": {
"node": ">=12.0.0"
}
-}
+}