Skip to content

Commit

Permalink
[fix](docs): remove www from CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeMargarida committed Feb 12, 2024
1 parent e8455ca commit cd7fd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prepare:release": "yarn prepush && yarn package",
"prepush": "yarn sort && yarn format && yarn lint",
"pub": "turbo run pub --parallel",
"pub:docs": "touch apps/docs/__DOCS__/dist/CNAME && echo 'www.svelteui.dev' > apps/docs/build/CNAME && gh-pages -d apps/docs/build -t true -b gh-pages",
"pub:docs": "touch apps/docs/__DOCS__/dist/CNAME && echo 'svelteui.dev' > apps/docs/build/CNAME && gh-pages -d apps/docs/build -t true -b gh-pages",
"release": "yarn pub && sh scripts/git/discard.sh",
"script:build-docs": "deno run -A --unstable ./scripts/docs/build.ts",
"script:pre-release": "deno run --unstable --allow-read --allow-write ./scripts/pre-release.ts",
Expand Down

0 comments on commit cd7fd19

Please sign in to comment.