File tree Expand file tree Collapse file tree
command-env-install-conflict/conflict-pkg Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515set -e
1616
17- VITE_PLUS_VERSION=" ${VITE_PLUS_VERSION:- latest} "
17+ # FIXME: change to test for now
18+ VITE_PLUS_VERSION=" ${VITE_PLUS_VERSION:- test} "
1819INSTALL_DIR=" ${VITE_PLUS_HOME:- $HOME / .vite-plus} "
1920# npm registry URL (strip trailing slash if present)
2021NPM_REGISTRY=" ${NPM_CONFIG_REGISTRY:- https:// registry.npmjs.org} "
Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "description" : " Test package with conflicting binary names" ,
55 "bin" : {
6- "node " : " ./cli.js" ,
7- "conflict-cli " : " ./cli.js"
6+ "conflict-cli " : " ./cli.js" ,
7+ "node " : " ./cli.js"
88 }
99}
Original file line number Diff line number Diff line change 11{
22 "env" : {},
3- "commands" : [
4- " vp env install voidzero-nonexistent-pkg-xyz-12345 # Install non-existent package"
5- ]
3+ "commands" : [" vp env install voidzero-nonexistent-pkg-xyz-12345 # Install non-existent package" ]
64}
Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ The global CLI installation script (`packages/global/install.sh`) will be update
5885886 . If already configured, skip silently
589589
590590``` bash
591- $ curl -fsSL https://vite-plus .dev/install.sh | sh
591+ $ curl -fsSL https://viteplus .dev/install.sh | sh
592592
593593Setting up VITE+ (⚡)...
594594
You can’t perform that action at this time.
0 commit comments