From fb220a728f1f3da24ca11c3c80e127cd7cdcee17 Mon Sep 17 00:00:00 2001 From: adueck Date: Tue, 6 Aug 2024 16:13:42 -0400 Subject: [PATCH] oops --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8383aed..63c3805 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "build-library": "cd src/components && rimraf dist && tsc --project lib-tsconfig.json && node post-build.cjs && cd ../lib && rimraf dist && tsc --project lib-tsconfig.json && node_modules/rollup/dist/bin/rollup -c", "test-ci": "npm run test -- --watchAll=false", "get-words": "node get-words.js", - "check-all-inflections": "tsx check-all-inflections.tsx" + "check-all-inflections": "tsx check-all-inflections.ts" }, "eslintConfig": { "extends": [ @@ -79,4 +79,4 @@ ] }, "dependencies": {} -} +} \ No newline at end of file