Skip to content

Commit 0dbce26

Browse files
authored
chore: do not build website when install dependencies (#443)
1 parent 8d87c9b commit 0dbce26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rslib-monorepo",
33
"private": true,
44
"scripts": {
5-
"build": "cross-env NX_DAEMON=false nx run-many -t build --exclude @examples/* --parallel=10",
5+
"build": "cross-env NX_DAEMON=false nx run-many -t build --exclude @examples/* rslib-website --parallel=10",
66
"build:examples": "cross-env NX_DAEMON=false nx run-many -t build --projects @examples/* --parallel=10",
77
"change": "changeset",
88
"changeset": "changeset",

0 commit comments

Comments
 (0)