Skip to content

Commit

Permalink
[feat](docs): move domain to svelteui.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeMargarida committed Feb 12, 2024
1 parent dd44a26 commit e8455ca
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.org' > apps/docs/build/CNAME && gh-pages -d apps/docs/build -t true -b gh-pages",
"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",
"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 e8455ca

Please sign in to comment.