File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- $manager = " pnpm "
1+ $manager = " bun "
22
33$disabledList = @ (
44 " vue-composable"
@@ -27,5 +27,5 @@ $next = $nextList -join ","
2727ncu - u -- dep " prod,dev" -- concurrency 16 - x $disabled
2828ncu - u -- dep " prod,dev" -- concurrency 16 -- target newest -f $next
2929sort- package- json
30- wsl rm - rf node_modules package- lock.json yarn.lock pnpm- lock.yaml
30+ wsl rm - rf node_modules package- lock.json yarn.lock pnpm- lock.yaml bun.lock
3131Invoke-Expression " ${manager} i"
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ $command = "build"
33$projRoot = " D:\CodeProjects"
44
55Set-Location $projRoot \rollup- plugin- vue3- ui- css- purge
6- pnpm run prepublishOnly
6+ bun run prepublishOnly
77
88Remove-Item - Recurse - Force - ErrorAction SilentlyContinue $projRoot \$target \node_modules\@pathscale \rollup- plugin- vue3- ui- css- purge\dist
99Move-Item $projRoot \rollup- plugin- vue3- ui- css- purge\dist $projRoot \$target \node_modules\@pathscale \rollup- plugin- vue3- ui- css- purge\dist
1010
1111Set-Location $projRoot \$target \
1212# npm link
13- pnpm run $command
13+ bun run $command
1414.\node_modules\.bin\serve dist
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- TARGET=" vue3.dev"
4- COMMAND=" build"
3+ TARGET=" vue3.dev"
4+ COMMAND=" build"
55SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
66PARENT_DIR=" $( dirname " $SCRIPT_DIR " ) "
77
88# Build del plugin
99cd " $SCRIPT_DIR "
10- npm run prepublishOnly
10+ bun run prepublishOnly
1111
1212rm -rf " $PARENT_DIR /$TARGET /node_modules/@pathscale/rollup-plugin-vue3-ui-css-purge/dist"
1313cp -r dist " $PARENT_DIR /$TARGET /node_modules/@pathscale/rollup-plugin-vue3-ui-css-purge/"
1414
1515cd " $PARENT_DIR /$TARGET "
16- npm run $COMMAND
16+ bun run $COMMAND
You can’t perform that action at this time.
0 commit comments