Skip to content

Commit e98eabd

Browse files
committed
FIXUP
1 parent 118d5a2 commit e98eabd

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,10 @@ jobs:
108108

109109
- name: Print help for built-in commands
110110
run: |
111+
cp packages/cli/binding/*.node packages/cli/dist
111112
export PATH="$PATH:$(pwd)/packages/cli/bin"
112-
vite-plus -h
113-
vite-plus run -h
114-
vite-plus lint -h
115-
vite-plus test -h
116-
vite-plus build -h
113+
vite -h
114+
vite run -h
115+
vite lint -h
116+
vite test -h
117+
vite build -h

packages/global/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import 'vite-plus/bin';
1+
import '@voidzero-dev/vite-plus/bin';

0 commit comments

Comments
 (0)