Skip to content

Commit 7420798

Browse files
build: remove docs generation from local development builds
1 parent b282e4e commit 7420798

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
@@ -17,7 +17,7 @@
1717
"build-storybook": "lerna run build-storybook --stream --parallel && yarn build-static-site",
1818
"build": "yarn prebuild && lerna run build --ignore=@asu/unity-react-core --stream --parallel && yarn postbuild",
1919
"prebuild": "lerna run build --scope=@asu/unity-react-core && yarn lint",
20-
"postbuild": "lerna run --ignore=@asu/unity-bootstrap-theme docs",
20+
"postbuild": "node -e \"process.env.CI && require('child_process').execSync('lerna run --ignore=@asu/unity-bootstrap-theme docs', {stdio: 'inherit'})\"",
2121
"test": "lerna run test --stream --parallel",
2222
"test:e2e": "jest",
2323
"prepublish-packages": "node scripts/copy-license.js && node scripts/copy-release-rc.js",

0 commit comments

Comments
 (0)