Skip to content

Commit 74385fa

Browse files
committed
chore: site refactor
1 parent e05e438 commit 74385fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"scripts": {
6363
"build": "tsc && rollup -c scripts/rollup.config.js",
6464
"build.prod": "tsc && rollup -c scripts/rollup.config.js --configReleaseBuild",
65-
"build.site": "cd docs && npm ci && npm run build",
65+
"build.site": "cd docs && npm i && npm run build",
6666
"build.watch": "rollup -c scripts/rollup.config.js -w --configDev",
6767
"change": "changeset",
6868
"start": "npm run dev",

0 commit comments

Comments
 (0)