Skip to content

Commit 27ea140

Browse files
committed
configure greasyfork build and bump version
1 parent b800f07 commit 27ea140

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fcx",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"author": "mdmrk",
55
"repository": {
66
"type": "git",
@@ -28,7 +28,7 @@
2828
"build:dev": "bun build.ts --dev",
2929
"build:watch": "bun build.ts --dev --watch",
3030
"build:workflow": "bun build.ts --release-channel GitHubRelease",
31-
"build:greasyfork": "biome lint && tsc --noEmit && bun build.ts --release-channel OutOfBand",
31+
"build:greasyfork": "biome lint && tsc --noEmit && bun build.ts --release-channel GitHubRelease",
3232
"clean": "rimraf ./dist/",
3333
"format": "biome format --write .",
3434
"lint": "biome lint .",

0 commit comments

Comments
 (0)