This commit is contained in:
adueck 2024-08-06 16:13:42 -04:00
parent 185fe1ab07
commit fb220a728f
1 changed files with 2 additions and 2 deletions

View File

@ -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", "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", "test-ci": "npm run test -- --watchAll=false",
"get-words": "node get-words.js", "get-words": "node get-words.js",
"check-all-inflections": "tsx check-all-inflections.tsx" "check-all-inflections": "tsx check-all-inflections.ts"
}, },
"eslintConfig": { "eslintConfig": {
"extends": [ "extends": [
@ -79,4 +79,4 @@
] ]
}, },
"dependencies": {} "dependencies": {}
} }