chore: remove prepare script (#8713)

pull/8727/head
Ben McCann 2 years ago committed by GitHub
parent ba58327f4b
commit 0c6f17274e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -75,7 +75,6 @@
"check": "prettier . --cache --plugin-search-dir=. --check", "check": "prettier . --cache --plugin-search-dir=. --check",
"test": "vitest run && echo \"manually check that there are no type errors in test/types by opening the files in there\"", "test": "vitest run && echo \"manually check that there are no type errors in test/types by opening the files in there\"",
"build": "rollup -c && pnpm types", "build": "rollup -c && pnpm types",
"prepare": "pnpm build",
"generate:version": "node ./scripts/generate-version.js", "generate:version": "node ./scripts/generate-version.js",
"dev": "rollup -cw", "dev": "rollup -cw",
"posttest": "agadoo src/internal/index.js", "posttest": "agadoo src/internal/index.js",

Loading…
Cancel
Save