Skip to content

Commit

Permalink
chore: remove test script
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Goulding <goulding@layerzerolabs.org>
  • Loading branch information
ryandgoulding committed Jan 26, 2024
1 parent 87d398e commit 05fa9fd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 61 deletions.
6 changes: 1 addition & 5 deletions packages/build-lz-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"clean": "rm -rf dist",
"dev": "$npm_execpath tsup --watch",
"lint": "$npm_execpath eslint '**/*.{js,ts,json}'",
"start": "./cli.js",
"test": "jest"
"start": "./cli.js"
},
"dependencies": {
"yoga-layout-prebuilt": "^1.10.0"
Expand All @@ -37,18 +36,15 @@
"@layerzerolabs/devtools-evm": "~0.0.4",
"@layerzerolabs/io-devtools": "~0.0.5",
"@layerzerolabs/lz-v2-utilities": "~2.0.14",
"@types/jest": "^29.5.11",
"@types/prompts": "^2.4.9",
"@types/react": "^17.0.74",
"commander": "^11.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"ink": "^3.2.0",
"ink-gradient": "^2.0.0",
"jest": "^29.7.0",
"prompts": "^2.4.2",
"react": "^17.0.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"tsup": "~8.0.1",
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/build-lz-options/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"jsx": "react",
"lib": ["dom", "dom.Iterable", "es2022"],
"resolveJsonModule": false,
"types": ["jest", "node"],
"types": ["node"],
"paths": {
"@/*": ["./src/*"],
},
Expand Down
55 changes: 0 additions & 55 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 05fa9fd

Please sign in to comment.