Avoir introducing breaking changes for CSS only setup

This commit is contained in:
garronej
2023-02-25 19:19:46 +01:00
parent 837501c948
commit 37073b42be
38 changed files with 42 additions and 53 deletions

View File

@ -18,8 +18,8 @@
"_format": "prettier '**/*.{ts,tsx,json,md}'",
"format": "yarn _format --write",
"format:check": "yarn _format --list-different",
"link-in-app": "ts-node --skipProject src/scripts/link-in-app.ts",
"generate-messages": "ts-node --skipProject src/scripts/generate-i18n-messages.ts",
"link-in-app": "ts-node --skipProject src/scripts/link-in-app.ts",
"link-in-starter": "yarn link-in-app keycloakify-advanced-starter",
"tsc-watch": "tsc -p src/bin -w & tsc -p src/lib -w "
},