We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fae6d11 + 7420798 commit b42a744Copy full SHA for b42a744
package.json
@@ -17,7 +17,7 @@
17
"build-storybook": "lerna run build-storybook --stream --parallel && yarn build-static-site",
18
"build": "yarn prebuild && lerna run build --ignore=@asu/unity-react-core --stream --parallel && yarn postbuild",
19
"prebuild": "lerna run build --scope=@asu/unity-react-core && yarn lint",
20
- "postbuild": "lerna run --ignore=@asu/unity-bootstrap-theme docs",
+ "postbuild": "node -e \"process.env.CI && require('child_process').execSync('lerna run --ignore=@asu/unity-bootstrap-theme docs', {stdio: 'inherit'})\"",
21
"test": "lerna run test --stream --parallel",
22
"test:e2e": "jest",
23
"prepublish-packages": "node scripts/copy-license.js && node scripts/copy-release-rc.js",
0 commit comments