diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 906da70..1965c9d 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 0.3.0 +_commit: 0.3.1 _src_path: gh:radio-aktywne/template-app-liquidsoap accountname: radio-aktywne appname: fusion diff --git a/Taskfile.dist.yaml b/Taskfile.dist.yaml index 11a5370..8fe7d0b 100644 --- a/Taskfile.dist.yaml +++ b/Taskfile.dist.yaml @@ -95,8 +95,8 @@ tasks: - > npm run - update -- + update {{ .CLI_ARGS }} test-docs: desc: Test docs @@ -106,8 +106,8 @@ tasks: - > npm run - test -- + test {{ .CLI_ARGS }} docs: desc: Run docusaurus @@ -118,8 +118,8 @@ tasks: - > npm run - docs -- + docs {{ .CLI_ARGS | default "start --host 0.0.0.0" }} run: desc: Run the app diff --git a/docs/.eslintrc.cjs b/docs/.eslintrc.cjs index 3be88d7..c9bf071 100644 --- a/docs/.eslintrc.cjs +++ b/docs/.eslintrc.cjs @@ -17,7 +17,7 @@ module.exports = { // Use recommended docusaurus rules "plugin:@docusaurus/recommended", - // Use recommended docusaurus rules + // Turn off rules that might conflict with Prettier "prettier", ],