Skip to content

Commit

Permalink
fix: predeployed-connector package build
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Dec 21, 2024
1 parent bb7d53a commit 993ce9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion packages/predeployed-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"type": "module",
"scripts": {
"build": "tsup --dts-resolve",
"test": "vitest run --config ./vitest.config.ts",
"coverage": "vitest run --coverage",
"lint": "eslint . --ext .ts,.tsx",
"format": "prettier --write ."
Expand Down
5 changes: 1 addition & 4 deletions packages/predeployed-connector/vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import wasm from "vite-plugin-wasm";
import { defineConfig } from "vitest/config";

export default defineConfig({
plugins: [wasm()],
});
export default defineConfig({});

0 comments on commit 993ce9a

Please sign in to comment.