Skip to content

Commit 061057f

Browse files
chore: migrate from rokit to mise and update configuration files
- Added .env.example for environment variable configuration - Updated release.yaml to remove Rokit setup and use Mise - Modified commit-msg hook for proper argument handling - Updated mise.toml to include environment file and additional tools - Added @antfu/ni to devDependencies in package.json - Updated pnpm-workspace.yaml with new catalog entry - Removed rokit.toml as it is no longer needed - Updated renovate.json to remove Rokit configuration
1 parent c7d4090 commit 061057f

9 files changed

Lines changed: 38 additions & 16 deletions

File tree

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export ASPHALT_API_KEY=

.github/workflows/release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
- name: Install roblox-ts
3838
run: corepack pnpm add roblox-ts
3939

40-
- name: Setup Rokit
41-
uses: CompeyDev/setup-rokit@d49be92bd9502180218c3f43e7988faa945217b0 # v0.1.2
42-
4340
- name: Compile
4441
run: corepack pnpm prod:build --verbose
4542

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
corepack pnpm dlx commitlint --edit \
1+
corepack pnpm dlx commitlint --edit "$1"

mise.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[env]
22
_.path = [ '{{config_root}}/node_modules/.bin' ]
3+
_.file = { path = ".env", redact = true }
34

45
[tools]
56
"ubi:blake-mealey/mantle" = "0.11.17-prerelease"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"rbxts-transform-env": "catalog:prod"
6161
},
6262
"devDependencies": {
63+
"@antfu/ni": "catalog:dev",
6364
"@commitlint/cli": "catalog:dev",
6465
"@commitlint/config-conventional": "catalog:dev",
6566
"@commitlint/prompt-cli": "catalog:dev",

pnpm-lock.yaml

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
catalogs:
22
dev:
3+
'@antfu/ni': 25.0.0
34
'@commitlint/cli': 19.5.0
45
'@commitlint/config-conventional': 19.5.0
56
'@commitlint/prompt-cli': 19.5.0

renovate.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"extends": [
44
"config:recommended",
55
":pinAllExceptPeerDependencies",
6-
"github>christopher-buss/rokit-renovate-config",
76
"helpers:pinGitHubActionDigests",
87
"npm:unpublishSafe"
98
],

rokit.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)