File tree Expand file tree Collapse file tree 7 files changed +16
-8
lines changed
Expand file tree Collapse file tree 7 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
2929 - uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2
3030
3131 - name : Install dependencies
32- run : corepack pnpm install
32+ run : pnpm install
3333
3434 - name : Install roblox-ts
35- run : corepack pnpm add roblox-ts
35+ run : pnpm add roblox-ts
3636
3737 - name : Setup Rokit
3838 uses : CompeyDev/setup-rokit@d49be92bd9502180218c3f43e7988faa945217b0 # v0.1.2
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
3232 - uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2
3333
3434 - name : Install dependencies
35- run : corepack pnpm install
35+ run : pnpm install
3636
3737 - name : Install roblox-ts
38- run : corepack pnpm add roblox-ts
38+ run : pnpm add roblox-ts
3939
4040 - name : Compile
41- run : corepack pnpm prod:build --verbose
41+ run : pnpm prod:build --verbose
4242
4343 - name : Build project
4444 run : rojo build ./build.project.json --output place.rbxlx
Original file line number Diff line number Diff line change 1- corepack pnpm dlx commitlint --edit "$1"
1+ pnpm dlx commitlint --edit "$1"
Original file line number Diff line number Diff line change 22. " $( dirname " $0 " ) /_/husky.sh"
33
44# matches only the package-lock.json inside project directory
5- npx git-pull-run --pattern " pnpm-lock.yaml" --command " corepack pnpm install"
5+ npx git-pull-run --pattern " pnpm-lock.yaml" --command " pnpm install"
Original file line number Diff line number Diff line change 1- corepack pnpm lint-staged
1+ pnpm lint-staged
Original file line number Diff line number Diff line change 2929 "npm.packageManager" : " pnpm" ,
3030
3131 // Mise Tools settings
32+ "mise.configureExtensionsUseSymLinks" : true ,
3233 "debug.javascript.defaultRuntimeExecutable" : {
3334 "pwa-node" : " ${workspaceFolder}\\ .vscode\\ mise-tools\\ node"
3435 },
3536
37+ // Options for GitHub Copilot
3638 "github.copilot.chat.commitMessageGeneration.instructions" : [
3739 {
3840 "file" : " .github/commit-instructions.md"
Original file line number Diff line number Diff line change 22_.path = [ ' {{config_root}}/node_modules/.bin' ]
33_.file = { path = " .env" , redact = true }
44
5+ [hooks ]
6+ postinstall = " npx corepack enable"
7+
8+ [settings ]
9+ experimental = true
10+
511[tools ]
612"ubi:blake-mealey/mantle" = " 0.11.17-prerelease"
713"ubi:jacktabscode/asphalt" = " 0.9.1"
You can’t perform that action at this time.
0 commit comments