Skip to content

Commit f640680

Browse files
1 parent 7995c8f commit f640680

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dependency

Submodule Dependency updated 2 files

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
},
2020
"type": "module",
2121
"scripts": {
22+
"Debug": "sh Maintain/Debug.sh",
23+
"Release": "sh Maintain/Release.sh",
2224
"Run": "turbo run Run --framework-inference=false --no-daemon",
2325
"codemod": "node ./node_modules/@turbo/codemod/dist/cli.js",
24-
"prepublishOnly": "turbo run prepublishOnly --framework-inference=false --no-daemon",
25-
"Debug": "sh Maintain/Debug.sh",
26-
"Release": "sh Maintain/Release.sh"
26+
"prepublishOnly": "turbo run prepublishOnly --framework-inference=false --no-daemon"
2727
},
2828
"devDependencies": {
2929
"@biomejs/biome": "2.0.4",

0 commit comments

Comments
 (0)