Skip to content

Commit 850ddef

Browse files
committed
Remove examples:build from verify script
1 parent c39d739 commit 850ddef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint": "eslint",
1313
"lint-monorepo": "pnpm dlx sherif@latest",
1414
"circular": "pnpm --filter '@evolu/*' --filter '!@evolu/tsconfig' exec dpdm --no-warning --no-tree -T --exit-code circular:1 'src/**/*.ts'",
15-
"verify": "pnpm build && pnpm examples:build && pnpm lint && pnpm lint-monorepo && pnpm circular && pnpm typedoc && pnpm test",
15+
"verify": "pnpm build && pnpm lint && pnpm lint-monorepo && pnpm circular && pnpm typedoc && pnpm test",
1616
"clean": "turbo clean && shx rm -rf node_modules pnpm-lock.yaml .turbo .eslintcache out",
1717
"format": "prettier --write \"**/*.{ts,tsx,js,mjs,md,mdx}\"",
1818
"version": "changeset version",

0 commit comments

Comments
 (0)