We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05e438 commit 74385faCopy full SHA for 74385fa
package.json
@@ -62,7 +62,7 @@
62
"scripts": {
63
"build": "tsc && rollup -c scripts/rollup.config.js",
64
"build.prod": "tsc && rollup -c scripts/rollup.config.js --configReleaseBuild",
65
- "build.site": "cd docs && npm ci && npm run build",
+ "build.site": "cd docs && npm i && npm run build",
66
"build.watch": "rollup -c scripts/rollup.config.js -w --configDev",
67
"change": "changeset",
68
"start": "npm run dev",
0 commit comments