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 authored and wangsijie committed Aug 11, 2024
1 parent a998a03 commit ed439a0
Show file tree
Hide file tree
Showing 2 changed files with 497 additions and 8 deletions.
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 ed439a0

Please sign in to comment.