Skip to content

Commit 698280f

Browse files
committed
Verdaccio publish
1 parent dc56a6c commit 698280f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"clean": "rimraf dist .turbo",
2020
"build": "tsup",
21-
"dev": "tsup --watch --onSuccess 'yalc push --no-sig || true'",
21+
"dev": "tsup --watch --onSuccess 'pnpm publish --registry http://localhost:4873 --no-git-checks 2>/dev/null || true'",
2222
"typecheck": "tsc --noEmit"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)