Skip to content

Commit

Permalink
Merge pull request #163 from AnsGoo/chenghaiwen
Browse files Browse the repository at this point in the history
fix: 流水线更改
  • Loading branch information
AnsGoo authored Dec 6, 2024
2 parents a07e482 + ef7f79a commit 28df71a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 13 deletions.
8 changes: 1 addition & 7 deletions .workflow/pipeline-20241202.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,10 @@ stages:
strategy:
retry: '0'
timeout: 30
- name: stage-a5e2ba21
displayName: checkCode
strategy: naturally
trigger: auto
executor: []
steps:
- step: sc@opensca
name: open_sca
displayName: OpenSCA 开源组件检测
detectPath: ./
detectPath: ./packages
notify: []
strategy:
retry: '0'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint:fix": "eslint --fix --ext .js,.ts,.vue,.tsx packages/base/src packages/ui/src packages/scripts/src packages/data/src packages/designer/src examples/ docs/ resource/",
"prepare": "husky install",
"reinstall": "rimraf pnpm-lock.yaml && rimraf packages/**/node_modules && rimraf examples/node_modules && rimraf node_modules && pnpm bootstrap",
"publish": "pnpm publish -r"
"publish": "pnpm -r run publish"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-data-v/data",
"version": "0.0.6",
"version": "0.0.7",
"description": "OpenDataV 数据处理基础组件包",
"keywords": [
"open-data-v",
Expand Down
2 changes: 1 addition & 1 deletion packages/designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-data-v/designer",
"version": "0.0.6",
"version": "0.0.7",
"description": "OpenDataV 是一个基于Vue3的拖拽式、可视化、低代码数据可视化大屏应用基础组件包",
"keywords": [
"open-data-v",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-data-v/scripts",
"version": "0.0.6",
"version": "0.0.7",
"description": "OpenDataV 脚本基础包",
"keywords": [
"open-data-v",
Expand Down
1 change: 1 addition & 0 deletions packages/ui/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-data-v/ui",
"version": "0.0.6",
"version": "0.0.8-alpha.3",
"description": "OpenDataV UI基础包",
"keywords": [
"open-data-v",
Expand Down
3 changes: 2 additions & 1 deletion packages/ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export default defineConfig({
vue(),
vueJsx(),
dts({
// entryRoot: './src',
// rollupTypes: true
entryRoot: './src/index.ts',
outDir: ['es', 'lib'],
include: ['src/**/*.ts', 'src/**/*.tsx'],
tsconfigPath: '../tsconfig.json'
Expand Down

0 comments on commit 28df71a

Please sign in to comment.