|
|
@ -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",
|
|
|
|