Skip to content

Commit

Permalink
chore: site refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Dec 21, 2024
1 parent 293f05d commit e05e438
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"scripts": {
"build": "tsc && rollup -c scripts/rollup.config.js",
"build.prod": "tsc && rollup -c scripts/rollup.config.js --configReleaseBuild",
"build.site": "npm run build && cd docs/site && npm i && npm run build && node ../../scripts/copy-site.cjs",
"build.site": "cd docs && npm ci && npm run build",
"build.watch": "rollup -c scripts/rollup.config.js -w --configDev",
"change": "changeset",
"start": "npm run dev",
Expand Down
30 changes: 0 additions & 30 deletions scripts/copy-site.cjs

This file was deleted.

0 comments on commit e05e438

Please sign in to comment.