Skip to content

Commit

Permalink
chore(connector): migrate kook-connector to tsup logto-io#6355
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-L committed Jul 30, 2024
1 parent ce681e2 commit f3a3008
Show file tree
Hide file tree
Showing 3 changed files with 563 additions and 18 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@
},
"dependencies": {
"@logto/cli": "workspace:^1.1.0"
}
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}
6 changes: 3 additions & 3 deletions packages/connectors/connector-kook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"scripts": {
"precommit": "lint-staged",
"build:test": "rm -rf lib/ && tsc -p tsconfig.test.json --sourcemap",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json --noEmit && rollup -c",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"check": "tsc --noEmit",
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"test": "vitest src",
Expand Down
Loading

0 comments on commit f3a3008

Please sign in to comment.