-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KOA-5584: Migrating bpk-stylesheets and bpk-mixins to backpack web (#216
) * KOA-5584: Migrating bpk-stylesheets and bpk-mixins to backpack web * Updating stories to reflect removal of bpk-mixins
- Loading branch information
1 parent
518d683
commit 829a9d0
Showing
52 changed files
with
53 additions
and
7,605 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 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 |
---|---|---|
@@ -1,10 +1,8 @@ | ||
.DS_Store | ||
.idea | ||
.vscode | ||
/dist-sassdoc | ||
/dist-storybook | ||
node_modules | ||
npm-debug.* | ||
lerna-debug.log | ||
sassdoc-data.json | ||
yarn.lock |
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 |
---|---|---|
|
@@ -17,10 +17,9 @@ | |
}, | ||
"scripts": { | ||
"bootstrap": "lerna bootstrap --no-ci", | ||
"build": "npm run build:tokens && npm run build:svgs && npm run build:stylesheets && lerna run build", | ||
"build": "npm run build:tokens && npm run build:svgs && lerna run build", | ||
"build:svgs": "lerna run svgs --scope @skyscanner/bpk-svgs", | ||
"build:tokens": "lerna run tokens", | ||
"build:stylesheets": "lerna run build --scope bpk-stylesheets", | ||
"clean": "npm run clean:lerna && npm run clean:node_modules", | ||
"clean:node_modules": "rm -rf node_modules", | ||
"clean:lerna": "lerna clean --yes", | ||
|
@@ -36,7 +35,6 @@ | |
"preinstall": "npx [email protected]", | ||
"prettier": "prettier --config .prettierrc --write \"**/*.{js,jsx}\"", | ||
"release": "lerna bootstrap && npm run build && npm test && lerna publish", | ||
"sassdoc": "sassdoc {packages/bpk-mixins/src/**/*,packages/bpk-svgs/dist/*,packages/bpk-foundations-web/tokens/base.default}.scss -d dist-sassdoc -v --strict", | ||
"test": "npm run lint && npm run jest && npm run flow", | ||
"start": "npm run build && npm run storybook", | ||
"storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006", | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.