We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf2a2a commit b32053bCopy full SHA for b32053b
package.json
@@ -51,7 +51,7 @@
51
"routes": "node site/scripts/genrateRoutes.js",
52
"tsc": "tsc --noEmit",
53
"site": "yarn routes && ./node_modules/vite/bin/vite.js build site --base=https://next.antdv.com/",
54
- "pub:site": "npm run site && node scripts/pushToOSS.js"
+ "pub:site": "npm run site && node site/scripts/pushToOSS.js"
55
},
56
"repository": {
57
"type": "git",
@@ -114,6 +114,7 @@
114
"@vue/test-utils": "^2.0.0-0",
115
"@webpack-cli/serve": "^1.3.1",
116
"acorn": "^8.0.0",
117
+ "ali-oss": "^6.16.0",
118
"autoprefixer": "^10.2.0",
119
"axios": "^0.21.0",
120
"babel-eslint": "^10.0.1",
0 commit comments