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 e05e438 commit 74385fa
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 @@ -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": "cd docs && npm ci && npm run build",
"build.site": "cd docs && npm i && npm run build",
"build.watch": "rollup -c scripts/rollup.config.js -w --configDev",
"change": "changeset",
"start": "npm run dev",
Expand Down

0 comments on commit 74385fa

Please sign in to comment.