Skip to content

Commit b32053b

Browse files
committed
doc: update site script
1 parent 1bf2a2a commit b32053b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"routes": "node site/scripts/genrateRoutes.js",
5252
"tsc": "tsc --noEmit",
5353
"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"
54+
"pub:site": "npm run site && node site/scripts/pushToOSS.js"
5555
},
5656
"repository": {
5757
"type": "git",
@@ -114,6 +114,7 @@
114114
"@vue/test-utils": "^2.0.0-0",
115115
"@webpack-cli/serve": "^1.3.1",
116116
"acorn": "^8.0.0",
117+
"ali-oss": "^6.16.0",
117118
"autoprefixer": "^10.2.0",
118119
"axios": "^0.21.0",
119120
"babel-eslint": "^10.0.1",

0 commit comments

Comments
 (0)