Skip to content

Commit

Permalink
WIP: fix broken e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Jan 3, 2024
1 parent f8edf04 commit f3d4fa3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
"esbuild-plugin-raw": "^0.1.7"
},
"devDependencies": {
"@builder.io/qwik": "workspace:*",
"@builder.io/qwik-city": "workspace:*",
"@builder.io/partytown": "^0.8.1",
"@clack/prompts": "^0.7.0",
"@mdx-js/mdx": "2.3.0",
Expand Down Expand Up @@ -131,8 +129,8 @@
"build.vite": "tsm scripts/index.ts --tsc --build --qwikcity --qwiklabs --platform-binding-wasm-copy",
"build.wasm": "tsm scripts/index.ts --wasm",
"build.watch": "tsm scripts/index.ts --build --qwikcity --watch --dev --platform-binding",
"build.packages.insights": "pnpm run build.local && tsm ./scripts/clean-up-packages.ts && pnpm -C ./packages/insights/ run build",
"build.packages.docs": "pnpm run build.local && tsm ./scripts/clean-up-packages.ts && pnpm -C ./packages/docs/ run build",
"build.packages.insights": "pnpm run build.local && tsm ./scripts/patch-workspace-packages.ts && pnpm -C ./packages/insights/ run build",
"build.packages.docs": "pnpm run build.local && tsm ./scripts/patch-workspace-packages.ts && pnpm -C ./packages/docs/ run build",
"cli": "pnpm build.cli && node packages/create-qwik/dist/create-qwik.cjs && tsm scripts/validate-cli.ts --copy-local-qwik-dist",
"cli.qwik": "pnpm build.cli && node packages/qwik/dist/qwik.cjs",
"cli.validate": "tsm scripts/validate-cli.ts",
Expand Down
6 changes: 0 additions & 6 deletions pnpm-lock.yaml

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

File renamed without changes.

0 comments on commit f3d4fa3

Please sign in to comment.