Skip to content

Commit efabe58

Browse files
committed
fix: remove "test" from landing-pages
1 parent e50cc4a commit efabe58

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/landing-pages/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
"lint:format": "prettier --check \"src/**/*.{ts,tsx,md}\"",
1818
"dev": "npm-run-all --parallel \"build:* -- --watch\"",
1919
"build:esm": "tsc",
20-
"build": "npm-run-all -l clean -p build:esm",
21-
"test": "vitest run",
22-
"test:watch": "vitest watch"
20+
"build": "npm-run-all -l clean -p build:esm"
2321
},
2422
"dependencies": {
2523
"@myst-theme/providers": "^0.13.6",

0 commit comments

Comments
 (0)