Skip to content

Commit 157e9c5

Browse files
committed
Every change will republish when in dev
1 parent 698280f commit 157e9c5

2 files changed

Lines changed: 1 addition & 3 deletions

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 'pnpm publish --registry http://localhost:4873 --no-git-checks 2>/dev/null || true'",
21+
"dev": "tsup --watch --onSuccess 'npm unpublish @trigger.dev/plugins --registry http://localhost:4873 --force 2>/dev/null; pnpm publish --registry http://localhost:4873 --no-git-checks 2>/dev/null || true'",
2222
"typecheck": "tsc --noEmit"
2323
},
2424
"devDependencies": {

packages/plugins/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"extends": "../../.configs/tsconfig.base.json",
33
"compilerOptions": {
4-
"composite": true,
5-
"isolatedDeclarations": false,
64
"sourceMap": true
75
},
86
"include": ["./src/**/*.ts"]

0 commit comments

Comments
 (0)