Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Apr 19, 2024
1 parent bb9e83c commit bff3cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"build:lib": "rm -rf lib && tsc --project tsconfig.build.json",
"start:example": "cd example && pnpm i && pnpm start",
"serve:example": "cd example && pnpm i && pnpm serve",
"test": "pnpm --filter=next-example build && pnpm jest",
"test": "pnpm jest",
"test:e2e": "playwright test e2e-test",
"start-publish": "npm run build && node scripts/purge-pkg-for-publish.mjs && npm publish --access public --no-git-checks --provenance --registry=https://registry.npmjs.org"
},
Expand Down

0 comments on commit bff3cd6

Please sign in to comment.