Remove legacy command
This commit is contained in:
parent
9b27f25f6c
commit
113bb35a2b
@ -11,7 +11,6 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "yarn generate-i18n-messages",
|
"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/",
|
"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",
|
"grant-exec-perms": "ts-node --skipProject scripts/grant-exec-perms.ts",
|
||||||
"copy-files": "copyfiles -u 1 'src/**/*.ftl' dist/",
|
"copy-files": "copyfiles -u 1 'src/**/*.ftl' dist/",
|
||||||
"test": "yarn test:types && vitest run",
|
"test": "yarn test:types && vitest run",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user