Skip to content

Commit 24e807a

Browse files
chore(packaging): remove astro build from overall build (#4867)
1 parent 39580d4 commit 24e807a

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
@@ -11,7 +11,7 @@
1111
"dev": "yarn workspace site dev",
1212
"develop:extensions": "EXTENSIONS_ONLY=true PRERELEASE=true yarn develop",
1313
"build:analyze": "yarn workspace patternfly-org build:analyze && yarn copy",
14-
"build": "yarn workspace patternfly-org build && yarn workspace site build && yarn copy",
14+
"build": "yarn workspace patternfly-org build && yarn copy",
1515
"build:extensions": "EXTENSIONS_ONLY=true PRERELEASE=true yarn build",
1616
"build:doc-core": "yarn workspace site build",
1717
"build:ts": "yarn workspace patternfly-org build:ts",

0 commit comments

Comments
 (0)