-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: remove heroku artifacts (#1865) * chore: remove heroku artifacts * chore: remove additional heroku files --------- Co-authored-by: Julian Skinner <[email protected]> * fix(hero): adds missing prop to allow custom class names * fix(modal): move scrollbars to the edge of the container when scrollable * style(modal): use padding instead of margin to move scrollbars away from content * style(modal): update order of props * style(modal): remove overflow hidden --------- Co-authored-by: Julian Skinner <[email protected]> Co-authored-by: Ashley Echols <[email protected]> Co-authored-by: Quinton Jason <[email protected]>
- Loading branch information
1 parent
82554f6
commit 9bd56c6
Showing
12 changed files
with
18 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,6 @@ | |
"commit": "yarn cz", | ||
"docs": "cd docs && yarn start", | ||
"docs:bundle": "bin/bundle.sh", | ||
"docs:deploy": "git push https://heroku:[email protected]/$HEROKU_DOCS_APP_NAME.git `git subtree split --prefix docs main`:master --force", | ||
"docs:initialize": "yarn docs:bundle && cd docs && yarn install", | ||
"external": "bin/local-link-frontend.sh false", | ||
"gem:bump:type": "export SAGE_ORIGINAL_VER=$(bin/gem-version.sh); node bin/js/gem-bump-type.js", | ||
|
@@ -55,12 +54,10 @@ | |
"lint:react": "cd packages/sage-react && yarn lint", | ||
"local": "bin/local-link-frontend.sh true", | ||
"sassdocs": "cd packages/sage-assets && yarn run start", | ||
"sassdocs:deploy": "git push https://heroku:[email protected]/$HEROKU_SASSDOCS_APP_NAME.git `git subtree split --prefix packages/sage-assets main`:master --force", | ||
"setup": "bin/setup.sh", | ||
"setup:init": "yarn install && yarn docs:initialize", | ||
"start": "yarn npm-run-all --parallel build:sd watch docs storybook sassdocs", | ||
"storybook": "cd packages/sage-react && yarn storybook", | ||
"storybook:deploy": "git push https://heroku:[email protected]/$HEROKU_STORYBOOK_APP_NAME.git `git subtree split --prefix packages/sage-react main`:master --force", | ||
"test": "yarn npm-run-all test:prod:*", | ||
"test:dev": "yarn npm-run-all test:dev:*", | ||
"test:dev:react": "cd packages/sage-react && yarn test:dev", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,6 @@ | |
"scripts": { | ||
"build": "build-storybook -o build && webpack --config webpack/webpack.prod.js", | ||
"build:watch": "build-storybook -o build && webpack --config webpack/webpack.prod.js --watch", | ||
"heroku-prebuild": "npm install [email protected] [email protected] [email protected] --no-package-lock", | ||
"lint": "yarn run eslint \"lib/**/*.{js,jsx}\"", | ||
"storybook": "start-storybook -p 4100 --ci", | ||
"preversion": "yarn install && yarn run build", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters