diff --git a/lowcode/view.tsx b/lowcode/view.tsx index 8eb41b0..7b450cf 100644 --- a/lowcode/view.tsx +++ b/lowcode/view.tsx @@ -7,7 +7,7 @@ import { initSingletonDivider } from './common/divider'; import { registHotKeys } from './common/hotkeys'; import { SECTION, BLOCK, CELL } from './names'; import { createBlockSnippet, createSectionSnippet } from './default-schema'; -import * as ProLayout from '../src'; +import * as ProLayout from '@/index'; import './index.scss'; import { IPublicModelNode, IPublicTypeNodeData } from '@alilc/lowcode-types'; diff --git a/package.json b/package.json index 0f0fa88..efc15d0 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,8 @@ "lint": "npm run eslint && npm run stylelint", "f2elint-scan": "f2elint scan", "f2elint-fix": "f2elint fix", - "release": "standard-version && npm publish", - "release:beta": "standard-version --release-as minor --prerelease beta && npm publish --tag beta" + "release": "standard-version", + "release:beta": "standard-version --release-as minor --prerelease beta" }, "lint-staged": { "@src/**/*.(ts|tsx)": [ @@ -70,7 +70,7 @@ }, "devDependencies": { "@alib/build-scripts": "^0.1.32", - "@alifd/build-plugin-lowcode": "^0.4.3", + "@alifd/build-plugin-lowcode": "^0.4.4", "@alifd/next": "1.x", "@alifd/theme-3": "^0.5.3", "@alilc/lowcode-types": "^1.1.3-beta.2",