Skip to content

Commit

Permalink
perf: Modifying commands
Browse files Browse the repository at this point in the history
  • Loading branch information
feng626 committed Aug 21, 2024
1 parent 81ddc01 commit 33806d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
paths:
- 'go.mod'
- 'Dockerfile-base'
- 'package.json'
- 'yarn.lock'
- 'ui/package.json'
- 'ui/yarn.lock'

jobs:
build-and-push:
Expand Down
3 changes: 0 additions & 3 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"serve": "vite",
"start": "vite",
"build": "vue-tsc -b && vite build",
"yarn:build": "vue-tsc -b && vite build",
"preview": "vite preview",
"prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\""
},
Expand Down

0 comments on commit 33806d0

Please sign in to comment.