Skip to content

Commit

Permalink
Fetched template changes (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
spietras authored Apr 27, 2024
1 parent 60d27eb commit 92d4dd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions Taskfile.dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ tasks:
- >
npm
run
update
--
update
{{ .CLI_ARGS }}
test-docs:
desc: Test docs
Expand All @@ -106,8 +106,8 @@ tasks:
- >
npm
run
test
--
test
{{ .CLI_ARGS }}
docs:
desc: Run docusaurus
Expand All @@ -118,8 +118,8 @@ tasks:
- >
npm
run
docs
--
docs
{{ .CLI_ARGS | default "start --host 0.0.0.0" }}
run:
desc: Run the app
Expand Down
2 changes: 1 addition & 1 deletion docs/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],

Expand Down

0 comments on commit 92d4dd5

Please sign in to comment.