Skip to content

Commit

Permalink
chore: playground-nuxt prepare 指令修改为手动执行,避免 github actions 执行错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Colourlessglow committed May 3, 2024
1 parent ef6d9e6 commit b3bd072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
"prepare-nuxt": "nuxt prepare"
},
"dependencies": {
"@arco-design/web-vue": "^2.55.1",
Expand Down

0 comments on commit b3bd072

Please sign in to comment.