Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 4be02be

Browse files
committed
add release-only script
1 parent 580c62a commit 4be02be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"checks": "npm-run-all --continue-on-error build lint typecheck knip test",
1212
"test": "pnpm --filter ./workspaces/tests run test",
1313
"test-ui": "pnpm --filter ./workspaces/tests run test-ui",
14-
"release": "pnpm test && pnpm --filter ./workspaces/remix-electron exec release-it"
14+
"release": "pnpm test && pnpm run release-only",
15+
"release-only": "pnpm --filter ./workspaces/remix-electron exec release-it"
1516
},
1617
"dependencies": {},
1718
"devDependencies": {

0 commit comments

Comments
 (0)