Remove legacy command

This commit is contained in:
Joseph Garrone 2024-05-18 01:07:53 +02:00
parent 9b27f25f6c
commit 113bb35a2b

View File

@ -11,7 +11,6 @@
"scripts": {
"prepare": "yarn generate-i18n-messages",
"build": "tsc -p src/bin && tsc -p src && tsc -p src/vite-plugin && tsc-alias -p src/tsconfig.json && yarn grant-exec-perms && yarn run copy-files && cp -r src dist/",
"generate:json-schema": "ts-node scripts/generate-json-schema.ts",
"grant-exec-perms": "ts-node --skipProject scripts/grant-exec-perms.ts",
"copy-files": "copyfiles -u 1 'src/**/*.ftl' dist/",
"test": "yarn test:types && vitest run",