Skip to content

Commit

Permalink
Fetched template changes (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
spietras authored Apr 6, 2024
1 parent 2628da1 commit 7b7d912
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.10.0
_commit: 0.10.1
_src_path: gh:radio-aktywne/template-meta
accountname: radio-aktywne
description: React app template ⚛️
Expand Down
14 changes: 7 additions & 7 deletions src/Taskfile.dist.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ tasks:
- >
npm
run
update
--
update
{{ '{{ .CLI_ARGS }}' }}
test-docs:
desc: Test docs
Expand All @@ -113,8 +113,8 @@ tasks:
- >
npm
run
test
--
test
{{ '{{ .CLI_ARGS }}' }}
docs:
desc: Run docusaurus
Expand All @@ -125,8 +125,8 @@ tasks:
- >
npm
run
docs
--
docs
{{ '{{ .CLI_ARGS | default "start --host 0.0.0.0" }}' }}
{%- endif %}
remove-node-modules:
Expand Down Expand Up @@ -178,8 +178,8 @@ tasks:
- >
npm
run
update
--
update
{{ '{{ .CLI_ARGS }}' }}
clean:
desc: Clean build outputs
Expand Down Expand Up @@ -217,8 +217,8 @@ tasks:
- >
npm
run
build
--
build
{{ '{{ .CLI_ARGS }}' }}
build:
desc: Build outputs
Expand All @@ -233,8 +233,8 @@ tasks:
- >
npm
run
dev
--
dev
{{ '{{ .CLI_ARGS }}' }}
run:
desc: Run the app
Expand All @@ -246,8 +246,8 @@ tasks:
- >
npm
run
run
--
run
{{ '{{ .CLI_ARGS }}' }}
docker:
desc: Run in docker container
Expand Down

0 comments on commit 7b7d912

Please sign in to comment.