fix: correct vitest config import path and update CI trigger syntax in woodpecker configuration
This commit is contained in:
parent
72ba3feb90
commit
55de4f77b0
2 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
when:
|
||||
- event: [push, pull_request, deployment]
|
||||
- event: push
|
||||
- event: pull_request
|
||||
- event: deployment
|
||||
|
||||
steps:
|
||||
- name: install
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import { defineConfig, mergeConfig } from 'vitest/config'
|
||||
import viteConfig from './vite.config'
|
||||
import viteConfig from './vite.config.ts'
|
||||
|
||||
export default mergeConfig(
|
||||
viteConfig,
|
||||
|
|
|
|||
Loading…
Reference in a new issue