Skip to content

Commit

Permalink
build ui on ci, fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
neSpecc committed Feb 11, 2024
1 parent 67a0e45 commit 3e0bbb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/codex-ui
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"build": "yarn build:ui && vue-tsc && vite build",
"build:ui": "yarn workspace codex-ui run build",
"preview": "vite preview",
"lint": "eslint . --ext .ts,.vue",
"lint:fix": "yarn lint --fix",
Expand Down

0 comments on commit 3e0bbb7

Please sign in to comment.