We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118d5a2 commit e98eabdCopy full SHA for e98eabd
2 files changed
.github/workflows/ci.yml
@@ -108,9 +108,10 @@ jobs:
108
109
- name: Print help for built-in commands
110
run: |
111
+ cp packages/cli/binding/*.node packages/cli/dist
112
export PATH="$PATH:$(pwd)/packages/cli/bin"
- vite-plus -h
113
- vite-plus run -h
114
- vite-plus lint -h
115
- vite-plus test -h
116
- vite-plus build -h
+ vite -h
+ vite run -h
+ vite lint -h
+ vite test -h
117
+ vite build -h
packages/global/src/index.ts
@@ -1 +1 @@
1
-import 'vite-plus/bin';
+import '@voidzero-dev/vite-plus/bin';
0 commit comments