Skip to content

Commit

Permalink
fix(website): hosting类型的环境不校验后付费计费类型
Browse files Browse the repository at this point in the history
  • Loading branch information
nlrxwang committed Feb 2, 2024
1 parent 9782276 commit eb047e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.9.6",
"version": "1.9.7",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/framework-plugin-website/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ class WebsitePlugin extends Plugin {

if (
env.EnvType !== 'baas' &&
env.EnvType !== 'hosting' &&
env.PayMode !== PAYMODE.POSTPAID &&
env.EnvChannel !== ENV_CHANNEL.LOWCODE &&
env.EnvChannel !== ENV_CHANNEL.SCENEMODULE
Expand Down

0 comments on commit eb047e0

Please sign in to comment.